Searched refs:notify_all_at_thread_exit (Results 1 – 11 of 11) sorted by relevance
/llvm-project/libcxx/src/ |
H A D | thread.cpp | 137 void notify_all_at_thread_exit(condition_variable* cv, mutex* m); 152 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 168 __p_->notify_all_at_thread_exit(cv, m); in notify_all_at_thread_exit()
|
H A D | condition_variable.cpp | 59 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) { in notify_all_at_thread_exit() function 66 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
|
/llvm-project/libcxx/test/std/thread/thread.condition/ |
H A D | notify_all_at_thread_exit.pass.cpp | 36 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
|
H A D | notify_all_at_thread_exit_lwg3343.pass.cpp | 67 std::notify_all_at_thread_exit(x.cv_, std::move(lk)); in test()
|
/llvm-project/libcxx/modules/std/ |
H A D | condition_variable.inc | 18 using std::notify_all_at_thread_exit;
|
/llvm-project/libcxx/test/libcxx/thread/thread.condition/ |
H A D | PR30202_notify_from_pthread_created_thread.pass.cpp | 43 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
|
/llvm-project/libcxx/include/ |
H A D | condition_variable | 63 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk); 349 _LIBCPP_EXPORTED_FROM_ABI void notify_all_at_thread_exit(condition_variable&, unique_lock<mutex>);
|
/llvm-project/libcxx/include/__thread/ |
H A D | thread.h | 65 void notify_all_at_thread_exit(condition_variable*, mutex*);
|
/llvm-project/libcxx/docs/Status/ |
H A D | Cxx2cIssues.csv | 114 "`LWG3343 <https://wg21.link/LWG3343>`__","Ordering of calls to ``unlock()`` and ``notify_all()`` in Effects element of ``notify_all_at_thread_exit()`` should be reversed","Not Adopted Yet","|Complete|","16",""
|
H A D | Cxx14Issues.csv |
|
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2331 SYMBOL(notify_all_at_thread_exit, std::, <condition_variable>)
|