HomeSort by relevance Sort by last modified time
    Searched full:unlocked (Results 26 - 50 of 549) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/
PurgeableBuffer.cpp 72 ASSERT(m_state == Unlocked);
86 m_state = Unlocked;
  /external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.h 13 // SIM unlock dialog displayed in cases when SIM card has to be unlocked.
  /external/chromium/chrome/common/
multi_process_lock_mac.cc 41 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
multi_process_lock_win.cc 45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
  /external/chromium_org/ash/
shell_observer.h 29 // unlocked.
  /external/chromium_org/chrome/browser/
process_singleton_startup_lock.h 25 // Once unlocked, notifications are forwarded to a wrapped NotificationCallback.
  /external/chromium_org/chrome/common/
multi_process_lock_mac.cc 43 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
multi_process_lock_win.cc 45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.h 40 /** purges all unlocked DMs */
  /external/skia/gm/
factory.cpp 35 // bitmap is unlocked.
  /external/skia/src/lazy/
SkDiscardableMemoryPool.h 40 /** purges all unlocked DMs */
  /external/valgrind/main/helgrind/tests/
tc09_bad_unlock.c 22 /* Unlocking a lock that is already unlocked */
tc12_rwl_trivial.stderr.exp-darwin970 4 Thread #x unlocked a not-locked lock at 0x........
t2t.c 22 many (default 100) : how many locks are created/locked/unlocked at a certain level.
24 loops : how many times these locks are created and destroyed and locked/unlocked) */
  /external/chromium_org/chrome/browser/ui/views/
ssl_client_certificate_selector.cc 221 // ourself before the Unlocked callback gets called.
229 base::Bind(&SSLClientCertificateSelector::Unlocked,
233 Unlocked(cert);
235 return false; // Unlocked() will close the dialog.
309 void SSLClientCertificateSelector::Unlocked(net::X509Certificate* cert) {
  /bionic/libc/bionic/
pthread.c 181 * 0 for unlocked
433 * 0 (unlocked, no contention)
445 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
448 * The common case is an unlocked mutex, so we begin by trying to
449 * change the lock's state from 0 (UNLOCKED) to 1 (LOCKED).
453 if (__bionic_cmpxchg(unlocked, locked_uncontended, &mutex->value) != 0) {
471 while (__bionic_swap(locked_contended, &mutex->value) != unlocked)
525 * eventually wake will find an unlocked mutex and will execute.
606 /* First, if the mutex is unlocked, try to quickly acquire it.
622 /* if the mutex is unlocked, its value should be 'mtype' an
854 const int unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 105 // Return the failure, unlocked
138 // Emitters can now accessed the unlocked set, since each emitter is
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlock.h 107 ** Unlock a lock. Unlocking an unlocked lock has undefined results.
109 ** Lock to unlocked.
prrwlock.h 108 ** Release a RW lock. Unlocking an unlocked lock has undefined results.
109 ** INPUTS: PRRWLock *lock - Lock to unlocked.
  /external/kernel-headers/original/linux/
mutex.h 48 /* 1: unlocked, 0: locked, negative: locked, possible waiters */
112 * Returns 1 if the mutex is locked, 0 if unlocked.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlunlocksurface.html 126 > must be unlocked with <TT
129 >. Surfaces should be unlocked as soon as possible.</P
  /hardware/qcom/display/msm8960/libgenlock/
genlock.h 102 * @param: handle of the buffer to be unlocked.
108 * Blocks the calling process until the lock held on the handle is unlocked.
  /hardware/qcom/display/msm8x26/libgenlock/
genlock.h 102 * @param: handle of the buffer to be unlocked.
108 * Blocks the calling process until the lock held on the handle is unlocked.
  /external/chromium_org/chrome/browser/chromeos/
sim_dialog_delegate.h 15 // SIM unlock dialog displayed in cases when SIM card has to be unlocked.
  /external/chromium_org/chrome/common/extensions/api/
idle.json 53 "description": "Fired when the system changes to an active, idle or locked state. The event fires with \"locked\" if the screen is locked or the screensaver activates, \"idle\" if the system is unlocked and the user has not generated any input for a specified number of seconds, and \"active\" when the user generates input on an idle system.",

Completed in 263 milliseconds

12 3 4 5 6 7 8 91011>>