Rizin
unix-like reverse engineering framework and cli tools
|
RzThreadPool is a structure which handles n-threads threads. More...
Public Attributes | |
size_t | size |
RzThread ** | threads |
RzThreadPool is a structure which handles n-threads threads.
This structure provides methods to handle multiple threads, like they were one.
Definition at line 12 of file thread_pool.c.
size_t rz_th_pool_t::size |
Definition at line 13 of file thread_pool.c.
Referenced by rz_th_pool_new().
RzThread** rz_th_pool_t::threads |
Definition at line 14 of file thread_pool.c.
Referenced by rz_th_pool_new().