|
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 | , |
| leaf_reentrancy | ) |
| TEST | ( | threadpool | , |
| leaf_throws | ) |
| TEST | ( | threadpool | , |
| many_threads | ) |
| TEST | ( | threadpool | , |
| one_thread | ) |
| TEST | ( | threadpool | , |
| reentrancy | ) |
| TEST | ( | threadpool | , |
| reentrency | ) |
| TEST | ( | threadpool | , |
| wait_nothing | ) |
| TEST | ( | threadpool | , |
| wait_waits | ) |