src/server/daemon/threadpools.h

changeset 556
b036ccad4b49
parent 415
d938228c382e
equal deleted inserted replaced
555:66b0accda0a8 556:b036ccad4b49
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);
58
57 #ifdef __cplusplus 59 #ifdef __cplusplus
58 } 60 }
59 #endif 61 #endif
60 62
61 #endif /* THREADPOOLS_H */ 63 #endif /* THREADPOOLS_H */

mercurial