HomeSort by relevance Sort by last modified time
    Searched full:locks (Results 251 - 275 of 351) sorted by null

<<1112131415

  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java 421 // receivers time to take their own wake locks.
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewMediator.java 481 * This must be safe to call from any thread and with any window manager locks held.
    [all...]
  /external/bluetooth/glib/gobject/
gtype.c 91 * function doesn't care about locks at all
94 * (locks may be acquired and released during invocation though)
96 * a write lock or more than 0 read locks have to be held across
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /bionic/libc/bionic/
dlmalloc.c     [all...]
pthread.c 287 * locks (e.g. atexit()) to protect shared global structures.
    [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c     [all...]
  /external/sqlite/dist/
sqlite3.h 572 ** functions to enable blocking locks with timeouts, to change the
573 ** locking strategy (for example to use dot-file locks), to inquire
574 ** about the status of a lock, or to break stale locks. The SQLite
    [all...]
sqlite3.h.orig 572 ** functions to enable blocking locks with timeouts, to change the
573 ** locking strategy (for example to use dot-file locks), to inquire
574 ** about the status of a lock, or to break stale locks. The SQLite
    [all...]
  /external/dbus/dbus/
dbus-connection.c 170 * locks and drops them when invoking user callbacks, so in general is
172 * thread locks; you must not send the same message to multiple
407 * Gets the locks so we can examine them
    [all...]
dbus-bus.c 587 * must be used to register, or you need to have your own locks that
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 8 import java.util.concurrent.locks.*;
    [all...]
CopyOnWriteArrayList.java 19 import java.util.concurrent.locks.*;
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 26 import java.util.concurrent.locks.LockSupport;
    [all...]
  /development/simulator/app/
DeviceManager.cpp     [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler.cpp     [all...]
  /external/strace/
system.c 53 #define MS_MANDLOCK 64 /* Allow mandatory locks on an FS */
    [all...]
  /external/tcpdump/
smbutil.c 534 /* Weird mixed-endian length values in 64-bit locks */
    [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 41 // 1. The thread-specific lists are accessed without acquiring any locks.
47 // can be read without holding any locks, and written while holding
    [all...]
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 138 // VK_CAPITAL (14) caps locks key
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
alldiffs_index_all.html 77 <A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html" class="hiddenlink" target="rightframe">AbstractQueuedSynchronizer</A><br>
    [all...]
classes_index_all.html 71 <A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html" class="hiddenlink" target="rightframe">AbstractQueuedSynchronizer</A><br>
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 1 NO DOC BLOCK: java.util.concurrent.locks.AbstractOwnableSynchronizer Class
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 48 import java.util.concurrent.locks.ReentrantLock;
    [all...]

Completed in 480 milliseconds

<<1112131415