Searched refs:join_started (Results 1 – 2 of 2) sorted by relevance
297 if(!local_thread_info->join_started) in start_thread_noexcept()300 local_thread_info->join_started=true; in start_thread_noexcept()328 do_join=!local_thread_info->join_started; in join_noexcept()332 local_thread_info->join_started=true; in join_noexcept()381 do_join=!local_thread_info->join_started; in do_try_join_until_noexcept()385 local_thread_info->join_started=true; in do_try_join_until_noexcept()431 if(!local_thread_info->join_started) in detach()434 local_thread_info->join_started=true; in detach()
120 bool join_started; member150 done(false),join_started(false),joined(false), in thread_data_base()