HomeSort by relevance Sort by last modified time
    Searched refs:locked (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/drd/tests/
annotate_rwlock.c 28 volatile int locked; member in struct:__anon12449
41 p->locked = 0;
50 assert(p->locked == 0);
59 while (__sync_val_compare_and_swap(&p->locked, 0, 1) == 1)
69 (void) __sync_fetch_and_sub(&p->locked, 1);
75 (void) __sync_fetch_and_sub(&p->locked, 1);
83 while (__sync_val_compare_and_swap(&p->locked, 0, 1) == 1)
93 (void) __sync_fetch_and_sub(&p->locked, 1);
99 (void) __sync_fetch_and_sub(&p->locked, 1);
105 while (__sync_val_compare_and_swap(&p->locked, 0, 1) == 1
    [all...]
pth_cancel_locked.stderr.exp 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
tc04_free_lock.stderr.exp 2 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
9 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
17 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
25 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
tc12_rwl_trivial.stderr.exp 2 Reader-writer lock not locked by calling thread: rwlock 0x.........
tc09_bad_unlock.stderr.exp 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
50 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
tc10_rec_lock.stderr.exp 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 38 volatile int locked; member in struct:__anon12527
51 p->locked = 0;
60 assert(p->locked == 0);
69 while (__sync_val_compare_and_swap(&p->locked, 0, 1) == 1)
79 (void) __sync_fetch_and_sub(&p->locked, 1);
85 (void) __sync_fetch_and_sub(&p->locked, 1);
94 while (__sync_val_compare_and_swap(&p->locked, 0, 1) == 1)
104 (void) __sync_fetch_and_sub(&p->locked, 1);
110 (void) __sync_fetch_and_sub(&p->locked, 1);
117 while (__sync_val_compare_and_swap(&p->locked, 0, 1) == 1
    [all...]
  /external/srec/portable/include/
pmutex.h 50 #define createMutex(mutex, locked) \
51 (*mutex = CreateMutex(NULL, locked, NULL)) == 0 ? ESR_MUTEX_CREATION_ERROR : ESR_SUCCESS
73 ESR_ReturnCode createMutex_posix(MUTEX *mutex, ESR_BOOL locked);
76 #define createMutex(mutex, locked) createMutex_posix(mutex, locked)
89 #define createMutex(mutex, locked) (ESR_SUCCESS)
  /system/core/include/cutils/
mspace.h 74 int locked);
81 size_t max_capacity, int locked, const char *name);
87 size_t max_capacity, int locked, void *base);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 285 MutexGuard locked(lock);
286 FunctionPassManager &PM = jitstate->getPM(locked);
332 MutexGuard locked(lock);
339 FunctionPassManager &PM = jitstate->getPM(locked);
360 MutexGuard locked(lock);
370 FunctionPassManager &PM = jitstate->getPM(locked);
556 MutexGuard locked(lock);
562 MutexGuard locked(lock);
574 MutexGuard locked(lock);
581 MutexGuard locked(lock)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsViewInternal.h 46 - (void)setHorizontalScrollingModeLocked:(BOOL)locked;
47 - (void)setVerticalScrollingModeLocked:(BOOL)locked;
  /external/webkit/Source/WebCore/storage/
OriginQuotaManager.cpp 47 bool locked = m_usageRecordGuard.tryLock(); local
49 if (locked)
54 return locked;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.h 61 int locked; member in struct:private_yuvhwdata
  /external/chromium/net/socket_stream/
socket_stream_job_manager.cc 34 base::AutoLock locked(lock_);
49 base::AutoLock locked(lock_);
  /external/dbus/dbus/
dbus-string-private.h 49 unsigned int locked : 1; /**< DBusString has been locked and can't be changed */ member in struct:__anon5222
80 * modifiable - may not be locked or const. Also declares
87 _dbus_assert (!(real)->locked)
90 * Checks assertions about a string object that may be locked but
101 * Checks assertions about a string that may be const or locked. Also
dbus-message-private.h 107 unsigned int locked : 1; /**< Message being sent, no modifications allowed. */ member in struct:DBusMessage
  /dalvik/vm/
RawDexFile.cpp 126 bool locked = false; local
169 locked = true;
174 * optimized DEX. The file descriptor returned is still locked,
217 if (locked) {
224 locked = false;
241 if (locked)
  /external/quake/quake/src/QW/client/
cl_cam.c 39 static qboolean locked = false; variable
98 if (autocam && locked && cl_chasecam.value)
106 if (cl.spectator && autocam && locked && cl_chasecam.value &&
118 locked = false;
132 locked = false;
286 locked = true;
305 if (!locked || cl.players[j].frags > cl.players[spec_track].frags)
325 if (cl_hightrack.value && !locked)
331 if (locked && (!cl.players[spec_track].name[0] || cl.players[spec_track].spectator)) {
332 locked = false
    [all...]
  /external/chromium/base/threading/
worker_pool_posix.cc 116 AutoLock locked(lock_);
124 AutoLock locked(lock_);
143 AutoLock locked(lock_);
  /external/chromium/base/synchronization/
waitable_event_watcher_posix.cc 34 AutoLock locked(lock_);
39 AutoLock locked(lock_);
161 AutoLock locked(kernel->lock_);
218 AutoLock locked(kernel_->lock_);
  /external/chromium/net/base/
cert_database_mac.cc 46 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h 53 int locked; member in struct:private_yuvhwdata
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 155 // To represent "shift locked" state. The highlight is handled by background image that
  /system/core/libcutils/
mspace.c 138 size_t max_capacity, int locked, void *base) {
159 locked);
202 size_t max_capacity, int locked, char const *name) {
240 locked, base);
248 size_t max_capacity, int locked) {
250 max_capacity, locked, NULL);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 161 MutexGuard locked(lock);
165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV];
170 if (!EEState.getGlobalAddressReverseMap(locked).empty()) {
172 EEState.getGlobalAddressReverseMap(locked)[Addr];
179 MutexGuard locked(lock);
181 EEState.getGlobalAddressMap(locked).clear();
182 EEState.getGlobalAddressReverseMap(locked).clear();
186 MutexGuard locked(lock);
189 EEState.RemoveMapping(locked, FI);
192 EEState.RemoveMapping(locked, GI)
    [all...]

Completed in 591 milliseconds

1 2 3 4 5 6