src/server/util/thrpool.h

changeset 570
f95868a8ec37
parent 569
70bca6190669
equal deleted inserted replaced
569:70bca6190669 570:f95868a8ec37
64 pool_queue_t *next; 64 pool_queue_t *next;
65 }; 65 };
66 66
67 void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job); 67 void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job);
68 68
69 void threadpool_shutdown(threadpool_t *pool); 69 void threadpool_shutdown(threadpool_t *pool, int timeout);
70 70
71 #ifdef __cplusplus 71 #ifdef __cplusplus
72 } 72 }
73 #endif 73 #endif
74 74

mercurial