|
Electroneum
|
#include <atomic>#include "gtest/gtest.h"#include "misc_language.h"#include "common/threadpool.h"
Go to the source code of this file.
Functions | |
| 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) | |
| TEST | ( | threadpool | , |
| leaf_reentrancy | ) |
Definition at line 127 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| leaf_throws | ) |
Definition at line 112 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| many_threads | ) |
Definition at line 66 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| one_thread | ) |
Definition at line 52 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| reentrancy | ) |
Definition at line 102 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| reentrency | ) |
Definition at line 92 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| wait_nothing | ) |
Definition at line 34 of file threadpool.cpp.

| TEST | ( | threadpool | , |
| wait_waits | ) |
Definition at line 41 of file threadpool.cpp.
