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

  /external/libcxx/src/
thread.cpp 163 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) function in class:__thread_struct_imp
209 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) function in class:__thread_struct
211 __p_->notify_all_at_thread_exit(cv, m);
condition_variable.cpp 80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) function
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
  /external/libcxx/test/std/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 12 // notify_all_at_thread_exit(...) requires move semantics to transfer the
19 // notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
36 std::notify_all_at_thread_exit(cv, std::move(lk));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
thread.cpp 163 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) function in class:__thread_struct_imp
209 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) function in class:__thread_struct
211 __p_->notify_all_at_thread_exit(cv, m);
condition_variable.cpp 80 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) function
88 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 12 // notify_all_at_thread_exit(...) requires move semantics to transfer the
19 // notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
36 std::notify_all_at_thread_exit(cv, std::move(lk));
  /external/libcxx/test/libcxx/thread/thread.condition/
PR30202_notify_from_pthread_created_thread.pass.cpp 13 // notify_all_at_thread_exit(...) requires move semantics to transfer the
20 // notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
43 std::notify_all_at_thread_exit(cv, std::move(lk));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/thread/thread.condition/
PR30202_notify_from_pthread_created_thread.pass.cpp 13 // notify_all_at_thread_exit(...) requires move semantics to transfer the
20 // notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
43 std::notify_all_at_thread_exit(cv, std::move(lk));

Completed in 110 milliseconds