Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Dthread.cpp137 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 Dcondition_variable.cpp59 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 Dnotify_all_at_thread_exit.pass.cpp36 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
H A Dnotify_all_at_thread_exit_lwg3343.pass.cpp67 std::notify_all_at_thread_exit(x.cv_, std::move(lk)); in test()
/llvm-project/libcxx/modules/std/
H A Dcondition_variable.inc18 using std::notify_all_at_thread_exit;
/llvm-project/libcxx/test/libcxx/thread/thread.condition/
H A DPR30202_notify_from_pthread_created_thread.pass.cpp43 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/llvm-project/libcxx/include/
H A Dcondition_variable63 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 Dthread.h65 void notify_all_at_thread_exit(condition_variable*, mutex*);
/llvm-project/libcxx/docs/Status/
H A DCxx2cIssues.csv114 "`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 DCxx14Issues.csv
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2331 SYMBOL(notify_all_at_thread_exit, std::, <condition_variable>)