/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}}
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/ |
SixDofSpringJoint.java | 43 * and the latter 3 dof axis represent the angular motion. Each axis can be either locked, 44 * free or limited. On construction of a new btGeneric6DofConstraint, all axis are locked.
|
/external/kernel-headers/original/mtd/ |
mtd-abi.h | 31 #define MTD_STUPID_LOCK 0x2000 /* Always locked after reset */ 75 uint32_t locked; member in struct:otp_info
|
/external/llvm/utils/testgen/ |
mc-bundling-x86-gen.py | 4 # Auto-generates an exhaustive and repetitive test for correct bundle-locked 6 # For every possible offset in an aligned bundle, a bundle-locked group of every
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlunlocksurface.html | 83 >SDL_UnlockSurface -- Unlocks a previously locked surface.</DIV 123 >Surfaces that were previously locked using <TT
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
SDL_syscond.c | 103 The mutex must be locked before entering this function! 104 The mutex is unlocked during the wait, and locked again after the wait.
|
/external/valgrind/main/drd/ |
drd_clientobj.h | 70 int recursion_count; // 0 if free, >= 1 if locked. 71 DrdThreadId owner; // owner if locked, last owner if free.
|
drd_mutex.c | 104 "Destroying locked mutex", 231 * be locked recursively. 328 "The impossible happened: mutex is locked" 376 "Mutex not locked", 398 "Mutex not locked by calling thread", 426 /* this mutex is locked again. */ 476 /** Return true if the specified mutex is locked by any thread. */ 515 "Mutex still locked at thread exit",
|
drd_rwlock.c | 256 "Destroying locked rwlock", 370 * not be locked recursively. 388 "Already locked for writing by calling thread", 431 * not be locked recursively. 534 "Reader-writer lock not locked by calling thread", 563 * when this rwlock is locked again. 594 * when this rwlock is locked again. 619 "Reader-writer lock still locked at thread exit",
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.stderr.exp1 | 18 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 28 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
|
pth_inconsistent_cond_wait.stderr.exp2 | 18 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 28 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
|