HomeSort by relevance Sort by last modified time
    Searched refs:unlock (Results 1 - 25 of 1380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
thread-safety.cpp 15 m.unlock();
17 unlock(*this);
  /external/swiftshader/src/Common/
Resource.cpp 44 criticalSection.unlock();
55 criticalSection.unlock();
77 criticalSection.unlock();
90 criticalSection.unlock();
101 criticalSection.unlock();
106 void Resource::unlock() function in class:sw::Resource
120 criticalSection.unlock();
128 criticalSection.unlock();
131 void Resource::unlock(Accessor relinquisher) function in class:sw::Resource
147 criticalSection.unlock();
    [all...]
  /external/clang/test/Modules/Inputs/thread-safety/
c.h 10 inline void unlock(X &x) __attribute__((unlock_function(x.m))) { x.m.unlock(); } function
a.h 3 void unlock() __attribute__((unlock_function));
  /system/chre/platform/linux/include/chre/target_platform/
mutex_base_impl.h 36 inline void Mutex::unlock() { function in class:chre::Mutex
37 mMutex.unlock();
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 16 // void unlock();
28 void unlock() {unlock_called = true;} function in struct:mutex
36 lk.unlock();
42 lk.unlock();
54 lk.unlock();
  /frameworks/rs/
rsMutex.h 33 bool unlock();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 16 // void unlock();
28 void unlock() {unlock_called = true;} function in struct:mutex
36 lk.unlock();
42 lk.unlock();
54 lk.unlock();
  /system/bt/osi/src/
mutex.cc 29 void mutex_global_unlock(void) { global_mutex.unlock(); }
  /system/chre/platform/include/chre/platform/
mutex.h 63 void unlock();
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
unlock.pass.cpp 17 // void unlock();
37 lk.unlock();
43 lk.unlock();
55 lk.unlock();
  /external/libunwind_llvm/src/
RWMutex.hpp 32 bool unlock() { return true; } function in class:libunwind::RWMutex
51 bool unlock() {
67 bool unlock() { return pthread_rwlock_unlock(&_lock) == 0; }
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
scoped_lock.hpp 22 // Helper class to lock and unlock a mutex automatically.
50 mutex_.unlock();
64 void unlock() function in class:asio::detail::scoped_lock
68 mutex_.unlock();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
unlock.pass.cpp 17 // void unlock();
37 lk.unlock();
43 lk.unlock();
55 lk.unlock();
  /external/libcxx/test/libcxx/thread/thread.mutex/
thread_safety_lock_unlock.pass.cpp 30 m.unlock();
thread_safety_requires_capability.pass.cpp 34 m.unlock();
  /external/llvm/include/llvm/Support/
UniqueLock.h 24 /// and unlocked after destruction. unique_lock can also unlock the mutex
40 M->unlock();
47 ~unique_lock() { if (owns_lock()) M->unlock(); }
56 void unlock() { function in class:llvm::unique_lock
59 M->unlock();
  /external/skia/src/core/
SkDiscardableMemory.h 59 * Unlock the memory so that it can be purged by the system. Must be called
62 virtual void unlock() = 0;
  /external/skqp/src/core/
SkDiscardableMemory.h 59 * Unlock the memory so that it can be purged by the system. Must be called
62 virtual void unlock() = 0;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
UniqueLock.h 24 /// and unlocked after destruction. unique_lock can also unlock the mutex
40 M->unlock();
47 ~unique_lock() { if (owns_lock()) M->unlock(); }
56 void unlock() { function in class:llvm::unique_lock
59 M->unlock();
  /frameworks/base/libs/hwui/renderthread/
RenderTask.cpp 31 mLock->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
UniqueLock.h 25 /// and unlocked after destruction. unique_lock can also unlock the mutex
41 M->unlock();
48 ~unique_lock() { if (owns_lock()) M->unlock(); }
57 void unlock() { function in class:llvm::unique_lock
60 M->unlock();

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>