HomeSort by relevance Sort by last modified time
    Searched refs:notify_all_at_thread_exit (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/src/
condition_variable.cpp 76 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) function
78 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
thread.cpp 149 void notify_all_at_thread_exit(condition_variable* cv, mutex* m);
170 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) function in class:__thread_struct_imp
195 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) function in class:__thread_struct
197 __p_->notify_all_at_thread_exit(cv, m);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 13 // notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
30 std::notify_all_at_thread_exit(cv, std::move(lk));

Completed in 386 milliseconds