HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 226 - 250 of 1761) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/proxy/
proxy_resolver_v8.h 27 // v8::Locker. If not there can be race conditions beween the non-locked V8
28 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
  /external/chromium-libpac/src/
proxy_resolver_v8.h 40 // v8::Locker. If not there can be race conditions beween the non-locked V8
41 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
  /external/chromium_org/base/
atomicops_internals_x86_gcc.cc 71 // Opteron Rev E has a bug in which on very rare occasions a locked
73 // non-locked read-modify-write instruction. Rev F has this bug in
  /external/chromium_org/base/message_loop/
incoming_task_queue.cc 25 AutoLock locked(incoming_queue_lock_);
40 AutoLock locked(incoming_queue_lock_, AutoLock::AlreadyAcquired());
  /external/chromium_org/base/threading/
simple_thread.cc 124 AutoLock locked(lock_);
138 AutoLock locked(lock_);
  /external/chromium_org/chrome/browser/chromeos/accessibility/
sticky_keys_browsertest.cc 88 // In the locked state, pressing 't' should open a new tab each time.
124 // Test locked modifier key with mouse click.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_destroy.c 61 * If trylock succeeded and the mutex is not recursively locked it
106 * The mutex must be recursive and already locked by us (this thread).
  /external/chromium_org/net/ssl/
ssl_config_service.cc 90 base::AutoLock locked(lock_);
95 base::AutoLock locked(lock_);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
MediaStreamAudioSourceNode.cpp 81 // The context must be locked when changing the number of output channels.
108 if (tryLocker.locked())
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prrwlock.h 89 ** INPUTS: PRRWLock *lock - Lock to be read-locked.
99 ** INPUTS: PRRWLock *lock - Lock to write-locked.
  /external/chromium_org/third_party/sqlite/src/test/
delete2.test 29 # The solution to the problem was to detect that the table is locked
60 # Do not complete the query, thus leaving the table locked.
lock4.test 90 # Try to write to test2.db. We are locked out.
95 } {1 {database is locked}}
lock6.test 119 } {1 {database is locked}}
134 } {1 {database is locked}}
tkt2820.test 15 # "database is locked" error, but the entry in the sqlite_master
37 {1 {database table is locked}}
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 87 mutex_shared_lock(&mu1); // expected-warning{{locking 'mu1' that is already locked}}
101 Foo_func3(4); // expected-warning{{cannot call function 'Foo_func3' while mutex 'mu1' is locked}}