Home
last modified time | relevance | path

Searched defs:basic_thread_pool (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/thread/executors/
Dbasic_thread_pool.hpp29 class basic_thread_pool class
119 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() argument
141 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool() function in boost::executors::basic_thread_pool
170 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool() function in boost::executors::basic_thread_pool
189 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool() function in boost::executors::basic_thread_pool
208basic_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
/third_party/boost/libs/thread/example/
Dserial_executor_cont.cpp71 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()
Dserial_executor.cpp69 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()
Dgeneric_executor_ref.cpp67 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()
Dexecutor.cpp76 void at_th_entry(boost::basic_thread_pool& ) in at_th_entry()