src/server/daemon/threadpools.h

changeset 37
360b9aabe17e
parent 30
27c7511c0e34
child 44
3da1f7b6847f
equal deleted inserted replaced
36:450d2d5f4735 37:360b9aabe17e
47 int create_threadpool(sstr_t name, ThreadPoolConfig *cfg); 47 int create_threadpool(sstr_t name, ThreadPoolConfig *cfg);
48 48
49 int check_thread_pool_cfg(); 49 int check_thread_pool_cfg();
50 50
51 threadpool_t* get_default_threadpool(); 51 threadpool_t* get_default_threadpool();
52 threadpool_t* get_threadpool(sstr_t name);
52 53
53 #ifdef __cplusplus 54 #ifdef __cplusplus
54 } 55 }
55 #endif 56 #endif
56 57

mercurial