Searched refs:notify_all_at_thread_exit (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | thread.cpp | 175 void notify_all_at_thread_exit(condition_variable* cv, mutex* m); 196 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct_imp 221 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() function in __thread_struct 223 __p_->notify_all_at_thread_exit(cv, m); in notify_all_at_thread_exit()
|
D | condition_variable.cpp | 78 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit() function 80 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/ |
D | notify_all_at_thread_exit.pass.cpp | 30 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | condition_variable | 64 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk); 254 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
|
D | thread | 321 void notify_all_at_thread_exit(condition_variable*, mutex*);
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 175 @@ -253,4 +255,6 @@ void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk); 352 @@ -79,3 +81,6 @@ notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3707 $(call gen-test, thread/thread.condition/notify_all_at_thread_exit)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3698 $(call gen-test, thread/thread.condition/notify_all_at_thread_exit)
|