Home
last modified time | relevance | path

Searched refs:thgroup (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dcondition_test_template.hpp163 boost::interprocess::ipcdetail::OS_thread_t thgroup[NUMTHREADS]; in do_test_condition_notify_all() local
167 …boost::interprocess::ipcdetail::thread_launch(thgroup[i], bind_function(&condition_test_thread<Con… in do_test_condition_notify_all()
181 boost::interprocess::ipcdetail::thread_join(thgroup[i]); in do_test_condition_notify_all()
306 boost::interprocess::ipcdetail::OS_thread_t thgroup[NumThreads]; in do_test_condition_queue_notify_one() local
309 boost::interprocess::ipcdetail::thread_launch(thgroup[i], func); in do_test_condition_queue_notify_one()
327 boost::interprocess::ipcdetail::thread_join(thgroup[i]); in do_test_condition_queue_notify_one()
351 boost::interprocess::ipcdetail::OS_thread_t thgroup[NumThreads]; in do_test_condition_queue_notify_all() local
354 boost::interprocess::ipcdetail::thread_launch(thgroup[i], func); in do_test_condition_queue_notify_all()
371 boost::interprocess::ipcdetail::thread_join(thgroup[i]); in do_test_condition_queue_notify_all()