Searched refs:main_thread_pool (Results 1 – 3 of 3) sorted by relevance
59 struct thread_pool *main_thread_pool; variable197 thread_pool_stop(main_thread_pool); in sig_handler()212 false, use_aio, main_thread_pool); in main_interactive()275 pfd[1].fd = thread_pool_get_poll_fd(main_thread_pool); in main_server()327 ret = thread_pool_add_thread(main_thread_pool, client_thd, cdata, "net_client_thd"); in main_server()422 main_thread_pool = thread_pool_new(); in main()423 if (!main_thread_pool) { in main()441 main_thread_pool); in main()464 thread_pool_stop_and_wait(main_thread_pool); in main()465 thread_pool_destroy(main_thread_pool); in main()
50 extern struct thread_pool *main_thread_pool;
1013 ret = thread_pool_add_thread(main_thread_pool, rw_thd, entry, "rw_thd"); in open_dev_helper()