HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 126 - 150 of 459) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/
block.c 1080 monitor_printf(mon, " locked=%d", bs->locked);
    [all...]
  /dalvik/dexopt/
OptMain.c 202 * 3. cache fd (output, read-write, locked with flock)
292 * 3. file descriptor, locked with flock, for DEX file being optimized
309 * The parent has the descriptor locked, and we'll try to lock it again as
  /dalvik/vm/
Thread.h 221 /* objects locked by this thread; most recent is at head of list */
536 /* the locked object */
539 /* number of times it has been locked recursively (zero-based ref count) */
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 145 // if no canvas get a locked canvas
430 // get a canvas that is only locked around the point and draw it
455 // get a canvas that is only locked around the point and draw the path
  /frameworks/base/cmds/keystore/
keystore.c 395 state = LOCKED;
436 {unlock, 'u', LOCKED, UNLOCK, {PASSWORD_SIZE}},
511 state = LOCKED;
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 42 * Buffers can be dequeued until there are none available, they can be locked
51 * - buffers must be locked in the same order they've been dequeued
52 * - buffers must be enqueued in the same order they've been locked
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 335 } else if (mState == KeyStore.LOCKED) {
355 updatePreferences(KeyStore.LOCKED);
530 } else if (state == KeyStore.LOCKED) {
  /external/qemu/block/
raw-posix.c     [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 662 private boolean locked; field in class:ImageEditorPanel.ImageViewer
    [all...]
  /bionic/libc/bionic/
pthread.c 736 // 1: locked, no waiters
737 // 2: locked, maybe waiters
899 * 1 (locked, no contention)
900 * 2 (locked, contention)
1070 } else if ((oldv & 3) == 1) { /* locked state 1 => state 2 */
    [all...]
dlmalloc.h 403 memory will be locked between two used chunks, so they cannot be
494 space. If argument locked is non-zero, the space uses a separate
501 mspace create_mspace(size_t capacity, int locked);
520 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
  /external/clearsilver/util/
dict.c 84 /* entry is locked, so item may be added */
141 /* list locked, so safe to walk entry */
  /external/kernel-headers/original/linux/
key.h 202 * - the key must be locked against read when modifying
210 * - the key's semaphore will be write-locked by the caller
pagemap.h 87 * Returns locked page at given index in given cache, creating it if needed.
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error.h 210 * Return the current value of the singleton and leave the singleton table locked
229 * Set the value of the singleton. Assume the singleton table is locked on entry.
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 262 /* Add an event to the event queue -- called with the queue locked */
288 /* -- called with the queue locked */
  /external/srec/portable/include/
plog.h 146 * Indicates if PLog module is locked inside a critical section. This is for internal use only.
148 * @param isLocked True if module is locked
  /frameworks/base/camera/libcameraservice/
CameraService.cpp 251 LOGW("Attempt to use locked camera (client %p) from different process "
309 LOGW("Tried to connect to locked camera (old pid %d, new pid %d)",
1299 bool locked = false; local
1325 bool locked = tryLock(mServiceLock); local
    [all...]
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 50 * has been locked.
315 * Defines the OBEX DATABASE LOCKED response code.
  /bionic/libc/stdio/
flockfile.c 47 * file is locked is totally undefined.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 44 * spends most of its time being exclusively locked and there is little, if any
  /external/kernel-headers/original/asm-arm/
spinlock.h 17 * Locked value: 1
  /external/opencore/baselibs/thread_messaging/src/
pv_interface_proxy.h 178 CPVProxyInterface* FindInterface(TPVProxyId aId, bool locked = false);
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_interface_proxy.h 187 CPVProxyInterface_OMX* FindInterface(TPVProxyId aId, bool locked = false);
  /external/opencore/doc/oscl_html/
oscl__mutex_8h.html 52 Class OsclNoYieldMutex can be used in use cases where there will be no CPU-yielding operation done while the Mutex is locked.

Completed in 178 milliseconds

1 2 3 4 56 7 8 91011>>