Searched refs:Lock (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
D | destructor.pass.cpp | 23 typedef std::unique_lock<std::mutex> Lock; typedef 30 Lock lk(m); in f() 38 Lock lk(m); in g() 49 Lock lk(m); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | condition_variable | 78 template <class Lock> 79 void wait(Lock& lock); 80 template <class Lock, class Predicate> 81 void wait(Lock& lock, Predicate pred); 83 template <class Lock, class Clock, class Duration> 85 wait_until(Lock& lock, 88 template <class Lock, class Clock, class Duration, class Predicate> 90 wait_until(Lock& lock, 94 template <class Lock, class Rep, class Period> 96 wait_for(Lock& lock, [all …]
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_globals.h | 24 void Lock() { pthread_mutex_lock(&lock_); } in Lock() function 46 ScopedGlobalLock() { Globals::Get()->Lock(); } in ScopedGlobalLock()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1339 void Lock() { 1414 : mutex_(mutex) { mutex_->Lock(); } 1548 void Lock() {}
|
/ndk/sources/host-tools/make-3.81/ |
D | main.c | 1199 env = Lock ("ENV:", ACCESS_READ); in main()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | rw.po | 1864 # Lock column values
|