14 bool attach_debugger,
bool dissector_graph);
15 int thread_pool_count(
struct thread_pool *pool);
16 void thread_pool_cleanup(
struct thread_pool *pool);
17 void thread_pool_wait(
struct thread_pool *pool);
18 void thread_pool_cancel(
struct thread_pool *pool);
19 void thread_pool_start(
struct thread_pool *pool);
20 bool thread_pool_stop(
struct thread_pool *pool,
int force);
21 void thread_pool_attachdebugger(
struct thread_pool *pool);
22 bool thread_pool_issingle(
struct thread_pool *pool);
23 struct engine_thread *thread_pool_thread(
struct thread_pool *pool,
int index);
Definition: packet_module.h:33