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

1 2 3 4

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.h 61 int locked; member in struct:private_yuvhwdata
  /external/webkit/Source/WebCore/storage/
OriginQuotaManager.cpp 47 bool locked = m_usageRecordGuard.tryLock(); local
49 if (locked)
54 return locked;
  /external/dbus/dbus/
dbus-string-private.h 49 unsigned int locked : 1; /**< DBusString has been locked and can't be changed */ member in struct:__anon6057
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
dbus-threads.c 688 dbus_bool_t locked; /**< Mutex is "locked" */ member in struct:DBusFakeMutex
745 _dbus_assert (!fake->locked);
755 _dbus_assert (!fake->locked);
757 fake->locked = TRUE;
767 _dbus_assert (fake->locked);
769 fake->locked = FALSE;
  /external/valgrind/main/drd/tests/
annotate_rwlock.c 28 volatile int locked; member in struct:__anon14074
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...]
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 38 volatile int locked; member in struct:__anon14149
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...]
  /dalvik/vm/
JarFile.cpp 200 bool locked = false; local
276 locked = true;
281 * The file descriptor returned is still locked, and is positioned
334 if (locked) {
341 locked = false;
359 if (locked)
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/chromium/chrome/browser/
process_singleton.h 102 // is received while the ProcessSingleton is locked.
116 bool locked() { function in class:ProcessSingleton
  /external/elfutils/libelf/
elf_getdata.c 367 int locked = 0; local
435 locked = 1;
452 if (!locked)
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h 53 int locked; member in struct:private_yuvhwdata
  /external/qemu/android/utils/
filelock.c 47 ** only if the corresponding file path could not be locked.
78 int locked; member in struct:FileLock
183 D( "the file '%s' is locked by process ID %d\n", lock->file, lockpid );
216 lock->locked = 1;
275 lock->locked = 1;
352 if (lock->locked) {
359 lock->locked = 0;
400 lock->locked = 0;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h 171 // A locked connection is one for which we know the intended destination of
173 bool locked() const { return locked_; } function in class:cricket::RelayServerConnection
  /external/openssh/
auth.c 117 /* grab passwd field for locked account check */
128 /* check for locked account */
130 int locked = 0; local
134 locked = 1;
139 locked = 1;
143 locked = 1;
148 if (locked) {
149 logit("User %.100s not allowed because account is locked",
  /external/openssl/crypto/bio/
b_sock.c 124 int locked = 0; local
145 locked = 1;
164 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/srec/portable/src/
plog.c 64 static ESR_BOOL locked = ESR_FALSE; variable
200 *isLocked = locked;
306 if (locked)
308 locked = ESR_TRUE;
393 /* We need to log but the logging module is disabled or is locked so we output to stderr instead */
399 locked = ESR_FALSE;
407 locked = ESR_FALSE;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 59 bool locked() const { return m_locked; } function in class:WebCore::SharedBitmap
  /frameworks/av/media/libmedia/
mediaplayer.cpp 651 bool locked = false; local
663 locked = true;
669 if (locked) mLock.unlock(); // release the lock when done.
746 if (locked) mLock.unlock();
  /bionic/libc/kernel/common/mtd/
mtd-abi.h 84 uint32_t locked; member in struct:otp_info
  /development/ndk/platforms/android-3/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info

Completed in 529 milliseconds

1 2 3 4