src/server/daemon/threadpools.h

changeset 570
f95868a8ec37
parent 556
b036ccad4b49
equal deleted inserted replaced
569:70bca6190669 570:f95868a8ec37
52 threadpool_t* get_default_threadpool(); 52 threadpool_t* get_default_threadpool();
53 threadpool_t* get_threadpool(cxstring name); 53 threadpool_t* get_threadpool(cxstring name);
54 threadpool_t* get_default_iopool(); 54 threadpool_t* get_default_iopool();
55 threadpool_t* get_iopool(cxstring name); 55 threadpool_t* get_iopool(cxstring name);
56 56
57 void shutdown_threadpools(void); 57 void shutdown_threadpools(int timeout);
58 58
59 #ifdef __cplusplus 59 #ifdef __cplusplus
60 } 60 }
61 #endif 61 #endif
62 62

mercurial