Searched defs:basic_thread_pool (Results 1 – 5 of 5) sorted by relevance
29 class basic_thread_pool class119 void worker_thread2(void(*at_thread_entry)(basic_thread_pool&)) in worker_thread2()130 static void do_nothing_at_thread_entry(basic_thread_pool&) {} in do_nothing_at_thread_entry() argument141 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool() function in boost::executors::basic_thread_pool170 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool() function in boost::executors::basic_thread_pool189 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool() function in boost::executors::basic_thread_pool208 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool() function in boost::executors::basic_thread_pool
71 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()
69 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()
67 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()
76 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()