Home
last modified time | relevance | path

Searched defs:notify_all_at_thread_exit (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/src/
H A Dthread.cpp152 void __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) { in notify_all_at_thread_exit() function in __thread_struct_imp
167 void __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) { in notify_all_at_thread_exit() function in __thread_struct
H A Dcondition_variable.cpp59 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) { in notify_all_at_thread_exit() function