/external/elfutils/libelf/ |
elf_strptr.c | 43 rwlock_rdlock (elf->lock); 118 rwlock_unlock (elf->lock);
|
gelf_getphdr.c | 51 rwlock_rdlock (elf->lock); 114 rwlock_unlock (elf->lock);
|
gelf_getrel.c | 58 rwlock_rdlock (scn->elf->lock); 93 rwlock_unlock (scn->elf->lock);
|
gelf_getrela.c | 58 rwlock_rdlock (scn->elf->lock); 94 rwlock_unlock (scn->elf->lock);
|
gelf_update_dyn.c | 55 rwlock_wrlock (scn->elf->lock); 101 rwlock_unlock (scn->elf->lock);
|
gelf_update_ehdr.c | 42 rwlock_wrlock (elf->lock); 100 rwlock_unlock (elf->lock);
|
gelf_update_phdr.c | 42 rwlock_wrlock (elf->lock); 117 rwlock_unlock (elf->lock);
|
gelf_update_rel.c | 52 rwlock_wrlock (scn->elf->lock); 99 rwlock_unlock (scn->elf->lock);
|
gelf_update_rela.c | 52 rwlock_wrlock (scn->elf->lock); 102 rwlock_unlock (scn->elf->lock);
|
gelf_update_sym.c | 56 rwlock_wrlock (scn->elf->lock); 110 rwlock_unlock (scn->elf->lock);
|
/external/kernel-headers/original/linux/mmc/ |
host.h | 107 spinlock_t lock; /* card_busy lock */ member in struct:mmc_host
|
/external/libnfc-nxp/src/ |
phFriNfc_TopazDynamicMap.c | 130 /* Lock and memory control TLV length. Always 3 bytes */ 135 /* Number os static lock and reserved bytes */ 137 /* Number of static lock and reserved memory. This value is 3 (because 138 block number D, E and F are lock and reserved blocks */ 140 /* First lock or reserved block in the static area of the card */ 142 /* First lock or reserved byte number in the static area of the card */ 144 /* End lock or reserved byte number in the static area of the card */ 197 static lock and reserved blocks, then skip the blocks */ 263 * the lock bits and set a card state 293 * till the TYPE of the LOCK control TLV is found. [all...] |
/external/llvm/test/CodeGen/X86/ |
2008-09-17-inline-asm-1.ll | 23 %asmtmp = tail call { i32, i32 } asm "movl $0, %eax\0A\090:\0A\09test %eax, %eax\0A\09je 1f\0A\09movl %eax, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{ax},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind 24 %asmtmp2 = tail call { i32, i32 } asm "movl $0, %edx\0A\090:\0A\09test %edx, %edx\0A\09je 1f\0A\09movl %edx, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{dx},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_syswm.cc | 54 SDL_Win->Lock(); 68 SDL_Win->Lock();
|
/external/skia/gpu/include/ |
GrUserConfig.h | 67 * This gives a threshold in bytes of when to lock a GrGeometryBuffer vs using 69 * the update functions may always be implemented using a lock)
|
/external/srec/portable/include/ |
PFileImpl.h | 50 * Used to lock underlying file and provide atomic read/write operations. 52 PtrdMonitor* lock; member in struct:PFileImpl_t
|
/external/svox/pico/lib/ |
picorsrc.h | 173 /* create voice, given a voice name. the corresponding lock counts are incremented */ 176 /* dispose voice. the corresponding lock counts are decremented. */
|
/external/valgrind/main/drd/tests/ |
hold_lock_1.stderr.exp | 6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms). 17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
|
/external/valgrind/main/helgrind/tests/ |
tc07_hbl1.c | 7 use the hardware bus lock. */ 43 "lock ; incl (%0)" : /*out*/ : /*in*/"r"(&(_lval)) : "memory", "cc" )
|
tc15_laog_lockdel.c | 7 /* Test that locks, having entered the lock acquisition tracking 74 other words, laog somehow forgets about mx2 so that 2->1 lock
|
tc20_verifywrap.stderr.exp-glibc25-amd64 | 61 Thread #x unlocked an invalid lock at 0x........ 100 Thread #x unlocked a not-locked lock at 0x........ 103 Lock at 0x........ was first observed 110 Thread #x unlocked a not-locked lock at 0x........ 113 Lock at 0x........ was first observed 122 Thread #x unlocked a not-locked lock at 0x........ 125 Lock at 0x........ was first observed 151 Thread #x: Exiting thread still holds 1 lock
|
tc20_verifywrap.stderr.exp-glibc27-amd64 | 61 Thread #x unlocked an invalid lock at 0x........ 104 Thread #x unlocked a not-locked lock at 0x........ 107 Lock at 0x........ was first observed 114 Thread #x unlocked a not-locked lock at 0x........ 117 Lock at 0x........ was first observed 126 Thread #x unlocked a not-locked lock at 0x........ 129 Lock at 0x........ was first observed 161 Thread #x: Exiting thread still holds 1 lock
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Completion.cpp | 39 JSLock lock(exec); 52 JSLock lock(exec);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashTable.cpp | 45 // Don't lock hashTableStatsMutex here because it can cause deadlocks at shutdown 60 MutexLocker lock(hashTableStatsMutex());
|
/external/webkit/Source/WebCore/bindings/js/ |
GCController.cpp | 41 JSLock lock(SilenceAssertionsOnly); 70 JSLock lock(SilenceAssertionsOnly);
|