Searched refs:notify_all_at_thread_exit (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/src/ |
D | thread.cpp | 163 void notify_all_at_thread_exit(condition_variable* cv, mutex* m); 184 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct_imp 209 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct 211 __p_->notify_all_at_thread_exit(cv, m); in notify_all_at_thread_exit()
|
D | condition_variable.cpp | 79 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit() function 87 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
|
/external/libcxx/test/std/thread/thread.condition/ |
D | notify_all_at_thread_exit.pass.cpp | 36 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
|
D | PR30202_notify_from_pthread_created_thread.pass.cpp | 43 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
|
/external/libcxx/include/ |
D | condition_variable | 64 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk); 263 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
|
D | thread | 133 void notify_all_at_thread_exit(condition_variable*, mutex*);
|