HomeSort by relevance Sort by last modified time
    Searched full:unlock (Results 176 - 200 of 2412) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 28 void unlock() {} function in struct:mutex
48 lk.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 36 m.unlock();
46 m.unlock();
try_lock.pass.cpp 38 m.unlock();
48 m.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 36 m.unlock();
49 m.unlock();
try_lock.pass.cpp 40 m.unlock();
53 m.unlock();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 36 m.unlock();
46 m.unlock();
try_lock.pass.cpp 38 m.unlock();
48 m.unlock();
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_LockSurface.3 15 No operating system or library calls should be made between lock/unlock pairs, as critical system locks may be held during this time\&.
17 It should be noted, that since SDL 1\&.1\&.8 surface locks are recursive\&. This means that you can lock a surface multiple times, but each lock must have a match unlock\&.
  /external/sfntly/cpp/src/sfntly/port/
lock.h 51 void Unlock();
66 lock_.Unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 28 void unlock() {} function in struct:mutex
48 lk.unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
lock.pass.cpp 36 m.unlock();
46 m.unlock();
try_lock.pass.cpp 38 m.unlock();
48 m.unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 36 m.unlock();
49 m.unlock();
try_lock.pass.cpp 40 m.unlock();
53 m.unlock();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 36 m.unlock();
46 m.unlock();
try_lock.pass.cpp 38 m.unlock();
48 m.unlock();
  /packages/apps/Nfc/src/com/android/nfc/
NfcUnlockManager.java 12 * Singleton for handling NFC Unlock related logic and state.
65 Log.e(TAG, "failed to communicate with unlock handler, removing", e);
  /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
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutexattr_settype.c 81 * unlock a mutex locked by a different thread
83 * unlock an unlocked mutex results in undefined
90 * thread attempting to unlock a mutex which another
92 * thread attempting to unlock an unlocked mutex will
106 * acquire the mutex. A thread attempting to unlock a
108 * with an error. A thread attempting to unlock an
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pixmap.c 142 d->unlock(d);
151 d->unlock(d);
161 d->unlock(d);
173 d->unlock(d);
180 d->unlock(d);
217 d->unlock(d);
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.cpp 65 /** called by DiscardableMemoryPool::unlock() */
66 void unlock(PoolDiscardableMemory* dm);
84 virtual void unlock() SK_OVERRIDE;
123 void PoolDiscardableMemory::unlock() { function in class:__anon19200::PoolDiscardableMemory
125 fPool->unlock(this);
229 void DiscardableMemoryPool::unlock(PoolDiscardableMemory* dm) { function in class:__anon19200::DiscardableMemoryPool
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 61 s1->mtx.Unlock();
82 s1->mtx.Unlock();
84 s2->mtx.Unlock();
103 s1->mtx.Unlock();
107 s2->mtx.Unlock();
118 s->mtx.Unlock();
  /external/libcxx/src/
future.cpp 97 __lk.unlock();
110 __lk.unlock();
123 __lk.unlock();
137 __lk.unlock();
145 __lk.unlock();
173 __lk.unlock();
  /external/mesa3d/src/glx/apple/
apple_glx_pixmap.c 142 d->unlock(d);
151 d->unlock(d);
161 d->unlock(d);
173 d->unlock(d);
180 d->unlock(d);
217 d->unlock(d);

Completed in 1337 milliseconds

1 2 3 4 5 6 78 91011>>