Go to the source code of this file.
Classes | |
class | SimpleFunctorCheckForAdd |
class | SimpleFunctorForAdd |
class | WorkThread |
Functions | |
int | main (int argc, char **argv) |
static void | test_add (void) |
static void | test_constructor_option (void) |
static void | test_multi_add (void) |
static void | test_one_thread_FIFO (void) |
static void | test_size_zero (void) |
Variables | |
static const int | kLargeThreadPoolSize = 100 |
static const int | kSmallThreadPoolSize = 20 |
static const int | kThreadLargeIter = 10000 |
static const int | kThreadSmallIter = 100 |
Definition at line 179 of file threadpool_test.cc.
|
static |
Definition at line 68 of file threadpool_test.cc.
|
static |
Definition at line 35 of file threadpool_test.cc.
|
static |
Definition at line 110 of file threadpool_test.cc.
|
static |
Definition at line 158 of file threadpool_test.cc.
|
static |
Definition at line 28 of file threadpool_test.cc.
Definition at line 24 of file threadpool_test.cc.
Definition at line 23 of file threadpool_test.cc.
Definition at line 26 of file threadpool_test.cc.
Definition at line 25 of file threadpool_test.cc.