Home
last modified time | relevance | path

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

/external/libcxx/src/
Dthread.cpp168 void notify_all_at_thread_exit(condition_variable* cv, mutex* m);
189 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct_imp
214 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct
216 __p_->notify_all_at_thread_exit(cv, m); in notify_all_at_thread_exit()
Dcondition_variable.cpp76 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit() function
78 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
/external/libcxx/test/thread/thread.condition/
DAndroid.mk19 test_name := thread/thread.condition/notify_all_at_thread_exit
20 test_src := notify_all_at_thread_exit.pass.cpp
Dnotify_all_at_thread_exit.pass.cpp30 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/external/libcxx/include/
Dcondition_variable64 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
252 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
Dthread319 void notify_all_at_thread_exit(condition_variable*, mutex*);