#include <eh_thread_pool.h>
Public Attributes | |
| void(* | routine )() |
| void * | arg |
| tpool_work * | next |
Definition at line 6 of file eh_thread_pool.h.
| void(* tpool_work::routine)() |
Referenced by tpool_add_work().
| void* tpool_work::arg |
struct tpool_work* tpool_work::next [read] |
Definition at line 10 of file eh_thread_pool.h.
Referenced by tpool_add_work(), and tpool_destroy().
1.5.2