Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dthread.cpp175 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()
Dcondition_variable.cpp78 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/
Dnotify_all_at_thread_exit.pass.cpp30 std::notify_all_at_thread_exit(cv, std::move(lk)); in func()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcondition_variable64 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);
Dthread321 void notify_all_at_thread_exit(condition_variable*, mutex*);
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch175 @@ -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/
DAndroid.mk3707 $(call gen-test, thread/thread.condition/notify_all_at_thread_exit)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3698 $(call gen-test, thread/thread.condition/notify_all_at_thread_exit)