/external/v8/src/base/ |
atomicops_internals_x86_gcc.cc | 82 // Opteron Rev E has a bug in which on very rare occasions a locked 84 // non-locked read-modify-write instruction. Rev F has this bug in
|
/external/valgrind/drd/ |
drd_clientobj.h | 70 int recursion_count; // 0 if free, >= 1 if locked. 72 DrdThreadId owner; // owner if locked, last owner if free.
|
drd_mutex.c | 122 "Destroying locked mutex", 249 * be locked recursively. 347 "The impossible happened: mutex is locked" 395 "Mutex not locked", 417 "Mutex not locked by calling thread", 445 /* this mutex is locked again. */ 498 /** Return true if the specified mutex is locked by any thread. */ 537 "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/drd/tests/ |
pth_cond_destroy_busy.stderr.exp-solaris | 9 Destroying condition variable that is being waited upon: cond 0x........, mutex 0x........ locked by thread 1 22 condition variable has been destroyed while being waited upon: cond 0x........, mutex 0x........ locked by thread 0
|
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.
|
/external/valgrind/helgrind/tests/ |
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/vboot_reference/tests/tpm_lite/ |
readonly.c | 32 * before the spaces are write-locked, so there is a chance that they can be 102 error("index 0 is not locked\n");
|
/frameworks/base/core/java/android/service/persistentdata/ |
PersistentDataBlockManager.java | 59 * Indicates that the device's bootloader is LOCKED. 166 * @return FLASH_LOCK_STATE_LOCKED if device bootloader is locked,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pps.h | 105 use a phase-locked loop */ 107 use a frequency-locked loop */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/ |
mtd-abi.h | 44 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ 88 __u32 locked; member in struct:otp_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pps.h | 105 use a phase-locked loop */ 107 use a frequency-locked loop */
|
/prebuilts/go/darwin-x86/src/runtime/ |
iface.go | 48 var locked int 49 for locked = 0; locked < 2; locked++ { 50 if locked != 0 { 68 if locked != 0 { 104 if locked != 0 { 113 if locked == 0 {
|
/prebuilts/go/linux-x86/src/runtime/ |
iface.go | 48 var locked int 49 for locked = 0; locked < 2; locked++ { 50 if locked != 0 { 68 if locked != 0 { 104 if locked != 0 { 113 if locked == 0 {
|
/system/core/libbacktrace/ |
ThreadEntry.cpp | 31 // Assumes that ThreadEntry::list_mutex_ has already been locked before 81 // Assumes that ThreadEntry::list_mutex_ has already been locked before
|
/system/tpm/tpm_manager/server/ |
mock_tpm_nvram.cc | 96 bool MockTpmNvram::FakeIsNvramLocked(uint32_t index, bool* locked) { 101 *locked = nvram_map_[index].written;
|
/art/runtime/base/ |
scoped_flock.h | 50 // Returns the (locked) file associated with this instance.
|
/external/autotest/server/site_tests/sonic_AppTest/ |
control | 43 # manager handles unlocking hosts locked through the lock_manager.
|
/external/autotest/site_utils/ |
host_history_utils_unittest.py | 53 [((2, 5), {'status': 'Locked', 'metadata': {}})])
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutex.cc | 23 // The table fixes what mutexes can be locked under what mutexes. 25 // then Report mutex can be locked while under Threads mutex. 26 // The leaf mutexes can be locked under any other mutexes. 130 // Rely on zero initialization because some mutexes can be locked before ctor.
|
/external/dng_sdk/source/ |
dng_abort_sniffer.cpp | 52 // Assumes mutex is locked.
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 20 N_( "Mailbox is locked by POP server"),
|
/external/libpcap/msdos/ |
common.dj | 41 # Put interrupt sensitive code/data in locked sections
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
squashfs_fs_sb.h | 39 unsigned int locked; member in struct:squashfs_fragment_cache
|