Searched refs:add_thread (Results 1 – 6 of 6) sorted by relevance
50 threads.add_thread(th); in main()57 threads.add_thread(th); in main()68 threads2.add_thread(th2); in main()
27 void add_thread(std::thread&& t) in add_thread() function in thread_executor::thread_bag61 bag.add_thread(std::thread(std::move(f))); in execute()
41 void add_thread(std::thread&& t) in add_thread() function in thread_executor::thread_bag78 bag.add_thread(std::thread(std::move(f))); in execute()
84 void add_thread(thread* thrd) in add_thread() function in boost::thread_group
1728 void add_thread(thread* thrd);1738 `add_thread` and `create_thread` member functions. `thread_group` is not copyable or movable.1781 [section:add_thread Member function `add_thread()`]1783 void add_thread(thread* thrd);