Home
last modified time | relevance | path

Searched defs:unlock (Results 1 – 25 of 110) sorted by relevance

12345

/external/libcxx/src/
Dmutex.cpp43 mutex::unlock() _NOEXCEPT in unlock() function in mutex
75 recursive_mutex::unlock() _NOEXCEPT in unlock() function in recursive_mutex
122 timed_mutex::unlock() _NOEXCEPT in unlock() function in timed_mutex
177 recursive_timed_mutex::unlock() _NOEXCEPT in unlock() function in recursive_timed_mutex
Dshared_mutex.cpp49 __shared_mutex_base::unlock() in unlock() function in __shared_mutex_base
109 void shared_timed_mutex::unlock() { return __base.unlock(); } in unlock() function in shared_timed_mutex
/external/webrtc/webrtc/base/
Dsigslot.cc28 void multi_threaded_global::unlock() { in unlock() function in sigslot::multi_threaded_global
48 void multi_threaded_local::unlock() { in unlock() function in sigslot::multi_threaded_local
/external/swiftshader/src/System/
DResource.cpp107 void Resource::unlock() in unlock() function in sw::Resource
133 void Resource::unlock(Accessor relinquisher) in unlock() function in sw::Resource
DMutexLock.hpp50 void unlock() in unlock() function in sw::MutexLock
151 void unlock() in unlock() function in sw::BackoffLock
/external/swiftshader/src/Common/
DResource.cpp107 void Resource::unlock() in unlock() function in sw::Resource
133 void Resource::unlock(Accessor relinquisher) in unlock() function in sw::Resource
DMutexLock.hpp50 void unlock() in unlock() function in sw::MutexLock
151 void unlock() in unlock() function in sw::BackoffLock
/external/swiftshader/src/Reactor/
DMutexLock.hpp50 void unlock() in unlock() function in rr::MutexLock
151 void unlock() in unlock() function in rr::BackoffLock
/external/pdfium/third_party/base/allocator/partition_allocator/
Dspin_lock.h40 ALWAYS_INLINE void unlock() { lock_.store(false, std::memory_order_release); } in unlock() function
/external/nos/host/android/hals/oemlock/
DOemLock.cpp60 auto unlock = std::make_unique<CarrierUnlock>(); in setOemUnlockAllowedByCarrier() local
148 CarrierUnlock* unlock) { in carrierUnlockFromSignature()
/external/clang/test/Modules/Inputs/thread-safety/
Dc.h10 inline void unlock(X &x) __attribute__((unlock_function(x.m))) { x.m.unlock(); } in unlock() function
/external/libunwind_llvm/src/
DRWMutex.hpp31 bool unlock() { return true; } in unlock() function in libunwind::RWMutex
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_mutex.hpp52 void unlock() in unlock() function in asio::detail::posix_mutex
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
Dmember_swap.pass.cpp24 void unlock() {} in unlock() function
Dnonmember_swap.pass.cpp25 void unlock() {} in unlock() function
/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java50 void unlock(); in unlock() method
182 public void unlock() { in unlock() method in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DUniqueLock.h57 void unlock() { in unlock() function
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dunlock.pass.cpp28 void unlock() {unlock_called = true;} in unlock() function
Dtry_lock.pass.cpp32 void unlock() {} in unlock() function
Dtry_lock_for.pass.cpp37 void unlock() {} in unlock() function
Dtry_lock_until.pass.cpp36 void unlock() {} in unlock() function
/external/llvm/include/llvm/Support/
DUniqueLock.h56 void unlock() { in unlock() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DUniqueLock.h56 void unlock() { in unlock() function
/external/ImageMagick/Magick++/lib/
DThread.cpp95 void Magick::MutexLock::unlock(void) in unlock() function in Magick::MutexLock
/external/python/cpython2/Lib/
Dmutex.py48 def unlock(self): member in mutex

12345