Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/src/
Dthread.cpp152 void notify_all_at_thread_exit(condition_variable* cv, mutex* m);
173 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct_imp
198 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct
200 __p_->notify_all_at_thread_exit(cv, m); in notify_all_at_thread_exit()
Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit() function
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
/external/libcxx/src/
Dthread.cpp163 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()
Dcondition_variable.cpp80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit() function
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
/external/libcxx/test/std/thread/thread.condition/
Dnotify_all_at_thread_exit.pass.cpp36 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/external/llvm-project/libcxx/test/std/thread/thread.condition/
Dnotify_all_at_thread_exit.pass.cpp38 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/external/llvm-project/libcxx/test/libcxx/thread/thread.condition/
DPR30202_notify_from_pthread_created_thread.pass.cpp49 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/external/libcxx/test/libcxx/thread/thread.condition/
DPR30202_notify_from_pthread_created_thread.pass.cpp43 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/external/llvm-project/libcxx/include/
Dcondition_variable63 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
262 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
Dthread131 void notify_all_at_thread_exit(condition_variable*, mutex*);
/external/libcxx/include/
Dcondition_variable64 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);
Dthread136 void notify_all_at_thread_exit(condition_variable*, mutex*);
/external/llvm-project/libcxx/docs/
DCxx1yStatusIssuesStatus.csv59 "`2140 <https://wg21.link/lwg2140>`__","notify_all_at_thread_exit synchronization","Bristol","|Comp…
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc843 SYMBOL(notify_all_at_thread_exit, std::, <condition_variable>)