/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/ |
desktop_configuration_monitor.h | 34 void Unlock();
|
/external/chromium_org/ui/keyboard/resources/ |
api_adapter.js | 45 * Lock or unlock virtual keyboard.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mutex.h | 39 void Unlock() { 79 void Unlock(); 105 void Unlock() { 177 mu_->Unlock();
|
sanitizer_stackdepotbase.h | 38 static void unlock(atomic_uintptr_t *p, Node *s); 86 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::unlock( function in class:__sanitizer::StackDepotBase 110 unlock(p, s2); 127 unlock(p, s);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_java.h | 65 // Mutex unlock. 69 // Mutex read unlock. 75 // Recursive mutex unlock, intended for handling of Object.wait(). 77 // w/o a pairing unlock() (i.e. how many recursive levels it unlocked).
|
/external/compiler-rt/test/tsan/ |
cond.c | 4 // CHECK-NOT: ThreadSanitizer WARNING: mutex unlock by another thread
|
cond_race.cc | 2 // CHECK-NOT: unlock of unlocked mutex
|
/external/libcxx/include/ |
condition_variable | 190 __lock.unlock(); 194 } // __mut_.unlock(), __lock.lock() 212 __lock.unlock(); 216 } // __mut_.unlock(), __lock.lock()
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/ |
member_swap.pass.cpp | 22 void unlock() {} function in struct:mutex
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/ |
mutex.pass.cpp | 27 lk1.unlock();
|
op_bool.pass.cpp | 27 lk1.unlock();
|
owns_lock.pass.cpp | 27 lk1.unlock();
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CreateSemaphore.3 | 12 \fBSDL_CreateSemaphore()\fP creates a new semaphore and initializes it with the value \fBinitial_value\fR\&. Each locking operation on the semaphore by \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR will atomically decrement the semaphore value\&. The locking operation will be blocked if the semaphore value is not positive (greater than zero)\&. Each unlock operation by \fISDL_SemPost\fR will atomically increment the semaphore value\&.
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
CDPlayer.h | 45 void Unlock();
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_yuvfuncs.h | 34 void (*Unlock)(_THIS, SDL_Overlay *overlay);
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_BWin.h | 59 Unlock(); 75 Unlock(); 148 Unlock(); 190 Unlock();
|
/external/skia/bench/ |
ImageCacheBench.cpp | 29 fCache.unlock(fCache.addAndLock(fBM, scale, scale, tmp));
|
/external/skia/include/gpu/ |
SkGrPixelRef.h | 45 * cache and would like the pixel ref to unlock it in its destructor then transferCacheLock
|
/external/skia/src/utils/ |
SkCondVar.cpp | 38 void SkCondVar::unlock() { function in class:SkCondVar
|
/frameworks/av/include/camera/ |
CameraMetadata.h | 55 * work until unlock() is called. Note that the lock has nothing to do with 62 * Unlock the CameraMetadata for use again. After this unlock, the pointer 67 status_t unlock(const camera_metadata_t *buffer);
|
/frameworks/base/core/java/android/service/persistentdata/ |
IPersistentDataBlockService.aidl | 24 * raw data and setting the OEM unlock enabled/disabled bit contained
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisPlaybackQueueItem.java | 144 mListLock.unlock(); 171 mListLock.unlock(); 198 mListLock.unlock(); 235 mListLock.unlock();
|
/frameworks/base/data/sounds/ |
AudioPackage12.mk | 15 camera_focus Dock Undock Lock Unlock Trusted
|
AudioPackage13.mk | 16 camera_focus Dock Undock Lock Unlock Trusted
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSecurityCallback.java | 38 * Call to report an unlock attempt.
|