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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/thread-safety/
c.h 10 inline void unlock(X &x) __attribute__((unlock_function(x.m))) { x.m.unlock(); } function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 32 void unlock() {} function in struct:mutex
54 lk.unlock();
try_lock_for.pass.cpp 37 void unlock() {} function in struct:mutex
59 lk.unlock();
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();
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
member_swap.pass.cpp 24 void unlock() {} function in struct:mutex
nonmember_swap.pass.cpp 25 void unlock() {} function in struct:mutex
release.pass.cpp 26 void unlock() {++unlock_count;} function in struct:mutex
  /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/python/cpython2/Lib/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /prebuilts/gdb/linux-x86/lib/python2.7/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /prebuilts/go/darwin-x86/src/runtime/
rwmutex.go 46 unlock(&rw.rLock)
53 unlock(&rw.rLock)
75 unlock(&rw.rLock)
94 unlock(&rw.rLock)
99 unlock(&rw.rLock)
103 // unlock unlocks rw for writing.
104 func (rw *rwmutex) unlock() { func
108 throw("unlock of unlocked rwmutex")
122 unlock(&rw.rLock)
124 unlock(&rw.wLock
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
rwmutex.go 46 unlock(&rw.rLock)
53 unlock(&rw.rLock)
75 unlock(&rw.rLock)
94 unlock(&rw.rLock)
99 unlock(&rw.rLock)
103 // unlock unlocks rw for writing.
104 func (rw *rwmutex) unlock() { func
108 throw("unlock of unlocked rwmutex")
122 unlock(&rw.rLock)
124 unlock(&rw.wLock
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 32 void unlock() {} function in struct:mutex
54 lk.unlock();
try_lock_for.pass.cpp 37 void unlock() {} function in struct:mutex
59 lk.unlock();
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();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
member_swap.pass.cpp 24 void unlock() {} function in struct:mutex
nonmember_swap.pass.cpp 25 void unlock() {} function in struct:mutex
release.pass.cpp 26 void unlock() {++unlock_count;} function in struct:mutex
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mutex.py 48 def unlock(self): member in class:mutex
49 """Unlock a mutex. If the queue is not empty, call the next
  /system/chre/util/tests/
conditional_lock_guard_test.cc 31 void unlock() { function in class:MockMutex
lock_guard_test.cc 31 void unlock() { function in class:MockMutex
  /device/generic/goldfish/camera/
GrallocModule.h 28 int unlock(buffer_handle_t handle) { function in class:GrallocModule
29 return mModule->unlock(mModule, handle);

Completed in 1140 milliseconds

1 2 3 4 5 6 7 8 91011>>