src/server/daemon/threadpools.c

branch
aio
changeset 187
4384bfbb7e26
parent 92
382bff43c6eb
child 190
1f73302461e0
equal deleted inserted replaced
186:8041ac363f26 187:4384bfbb7e26
32 #include <ucx/map.h> 32 #include <ucx/map.h>
33 33
34 #include "threadpools.h" 34 #include "threadpools.h"
35 35
36 36
37 UcxMap *thread_pool_map = NULL; 37 static UcxMap *thread_pool_map = NULL;
38 int numthrpools = 0; 38 static int numthrpools = 0;
39 39
40 threadpool_t *default_thread_pool = NULL; 40 threadpool_t *default_thread_pool = NULL;
41 41
42 threadpool_t *last_thrpool_c = NULL; 42 threadpool_t *last_thrpool_c = NULL;
43 43

mercurial