/cts/tools/spec-progress/etc/ |
spec-progress | 154 # java.util.concurrent.locks \
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 9 import java.util.concurrent.locks.*; 53 * needing to get both locks in most cases. Also, to minimize need 59 * iterators acquire both locks. 621 // Transfer the elements outside of locks
|
FutureTask.java | 8 import java.util.concurrent.locks.*;
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/ |
AtomicLong.java | 36 * handled at Java level to avoid locking user-visible locks.
|
/dalvik/vm/ |
JniInternal.h | 199 * Release all MonitorEnter-acquired locks that are still held. Called at
|
Sync.c | 78 * in Bacon et al.'s "Thin locks: featherweight synchronization for Java" [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
WaitingThread.java | 35 import java.util.concurrent.locks.Condition;
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
async_queues.sgml | 51 For almost every function there exist two variants, one that locks the
|
/external/clearsilver/util/ |
ulocks.h | 110 * Description: Locks the mutex <mutex>. This call blocks until the mutex
|
/external/kernel-headers/original/asm-arm/ |
locks.h | 2 * linux/include/asm-arm/locks.h
|
/external/kernel-headers/original/asm-generic/ |
errno.h | 8 #define ENOLCK 37 /* No record locks available */
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_mutex.cpp | 75 * Locks the Mutex
|
/external/skia/src/images/ |
SkImageRefPool.cpp | 177 SkDebugf(" [%3d %3d %d] ram=%d data=%d locks=%d %s\n", ref->fBitmap.width(),
|
/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
Synchronizer.java | 162 * Locks this synchronizer and restores it's state.
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-gallery.jd | 7 that locks the current selection at the center. When one is selected, we'll show a message.</p>
|
/system/core/libcutils/ |
atomic.c | 196 // the contention locks from different memory addresses
|
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 36 * from and any locks that are held when it is being called; if no suffix 37 * is attached to a method, then it is not called with any locks and may be 415 * no internal locks in the window manager will be held. 573 * input thread, with no locks held. [all...] |
/frameworks/base/ |
preloaded-classes | [all...] |
/dalvik/docs/ |
embedded-vm-control.html | 217 monitor locks are acquired. If the program attempts to acquire a set 218 of locks in a different order from what was seen earlier, the VM logs
|
libraries.html | 109 <li>java.util.concurrent.locks</li>
|
/external/srec/portable/include/ |
ptrd.h | 116 * Locks a monitor. 126 * Locks a monitor.
|
/bionic/libc/include/sys/ |
_errdefs.h | 75 __BIONIC_ERRDEF( ENOLCK , 37, "No record locks available" )
|
/external/dbus/dbus/ |
dbus-threads.h | 65 /** Locks a recursively-lockable mutex. Found in #DBusThreadFunctions.
|
/external/guava/src/com/google/common/util/concurrent/ |
AbstractService.java | 30 import java.util.concurrent.locks.ReentrantLock;
|
/external/kernel-headers/original/linux/ |
ipmi_smi.h | 95 do this in the current call context, since no write locks
|