|
Monero
|
#include <atomic>#include "gtest/gtest.h"#include "misc_language.h"#include "common/threadpool.h"
Functions | |
| TEST (threadpool, wait_nothing) | |
| TEST (threadpool, wait_waits) | |
| TEST (threadpool, one_thread) | |
| TEST (threadpool, many_threads) | |
| static uint64_t | fibonacci (std::shared_ptr< tools::threadpool > tpool, uint64_t n) |
| TEST (threadpool, reentrency) | |
| TEST (threadpool, reentrancy) | |
| TEST (threadpool, leaf_throws) | |
| TEST (threadpool, leaf_reentrancy) | |
|
static |
| TEST | ( | threadpool | , |
| wait_nothing | |||
| ) |
| TEST | ( | threadpool | , |
| wait_waits | |||
| ) |
| TEST | ( | threadpool | , |
| one_thread | |||
| ) |
| TEST | ( | threadpool | , |
| many_threads | |||
| ) |
| TEST | ( | threadpool | , |
| reentrency | |||
| ) |
| TEST | ( | threadpool | , |
| reentrancy | |||
| ) |
| TEST | ( | threadpool | , |
| leaf_throws | |||
| ) |
| TEST | ( | threadpool | , |
| leaf_reentrancy | |||
| ) |
1.8.14