Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/
Dbasic_thread_pool.hpp113 void worker_thread1(AtThreadEntry& at_thread_entry) in worker_thread1()
125 void worker_thread3(BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entry) in worker_thread3()
170 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
208 …asic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entry) in basic_thread_pool()