/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_serv_imp_reqlist.h | 82 //to be used with thread locks.
|
/external/qemu/android/utils/ |
filelock.c | 41 /** FILE LOCKS SUPPORT 49 ** all file locks are automatically released and destroyed when the program exits. 50 ** the filelock_lock() function can also detect stale file locks that can linger 82 /* used to cleanup all locks at emulator exit */
|
/external/webkit/WebKit/android/plugins/ |
ANPSurface_npapi.h | 33 /** Locks the surface from manipulation by other threads and provides a bitmap
|
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 23 void *locks, void *locks_end, 29 void *locks, void *locks_end,
|
/external/ppp/pppd/ |
tdb.h | 106 struct tdb_lock_type *locked; /* array of chain locks */ 110 struct tdb_traverse_lock travlocks; /* current traversal locks */
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLockTest.java | 32 * This is a series of unit tests for database locks. 119 * testLockLatency() tests the latency of database locks.
|
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
packages_index_changes.html | 77 <A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
|
/frameworks/base/core/java/android/os/ |
PowerManager.java | 87 * <td>Normal wake locks don't actually turn on the illumination. Instead, they cause 171 * Normally wake locks don't actually wake the device, they just cause 275 * are other wake locks held. 289 * are other wake locks held. 394 * Force the device to go to sleep. Overrides all the wake locks that are
|
/prebuilt/common/swing-worker/ |
swing-worker-1.1.jar | |
/external/kernel-headers/original/linux/ |
skbuff.h | 561 * the appropriate locks or have a private queue to do this. 582 * the appropriate locks or have a private queue to do this. 635 * Queue a buffer int the middle of a list. This function takes no locks 636 * and you must therefore hold required locks before calling it. 658 * Queue a buffer at the start of a list. This function takes no locks 659 * and you must therefore hold required locks before calling it. 675 * Queue a buffer at the end of a list. This function takes no locks 676 * and you must therefore hold required locks before calling it. 699 * Remove the head of the list. This function does not take any locks 700 * so must be used with appropriate locks held only. The head item i [all...] |
lockdep.h | 62 * static locks we use the lock address itself as the key.) 128 * Every lock has a list of other locks that were taken after it. 209 * special initialization of locks so that the validator gets the scope
|
seqlock.h | 21 * On non-SMP the spin locks disappear but the writer still needs
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ReentrantReadWriteLockTest.java | 12 import java.util.concurrent.locks.*; [all...] |
AbstractQueueTest.java | 14 import java.util.concurrent.locks.*;
|
/external/guava/src/com/google/common/util/concurrent/ |
Executors.java | 30 import java.util.concurrent.locks.Condition; 31 import java.util.concurrent.locks.Lock; 32 import java.util.concurrent.locks.ReentrantLock;
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 233 struct tdb_lock_type *lockrecs; /* only real locks, all with count>0 */ 237 struct tdb_traverse_lock travlocks; /* current traversal locks */ 244 unsigned int num_locks; /* number of chain locks held */ 327 this functions locks/unlocks 1 byte at the specified offset. 362 * locks. */ 411 /* a global lock allows us to avoid per chain locks */ 440 * Just increment the in-memory struct, posix locks 457 /* Since fcntl locks don't nest, we do a lock for the first one, 506 /* a global lock allows us to avoid per chain locks */ 625 /* There are no locks on read-only dbs * [all...] |
/bionic/libc/include/sys/ |
mount.h | 45 #define MS_MANDLOCK 64 /* Allow mandatory locks on an FS */
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/ |
Test_lreturn.java | 69 // Dalvik currently does not support structured locks, so we remove this test.
|
/cts/tools/signature-tools/ |
sig-check | 86 java.util.concurrent.locks \
|
sig-create | 83 java.util.concurrent.locks \
|
/external/icu4c/common/ |
umutex.h | 98 * the global ICU mutex. Recursive locks are an error
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataridevmouse.c | 53 TODO: Fix the MiNT device driver, that locks mouse for other
|
/external/webkit/WebCore/platform/sql/ |
SQLiteDatabase.h | 106 // (un)locks the database like a mutex
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 28 import java.util.concurrent.locks.ReentrantLock;
|
/frameworks/base/include/binder/ |
IPCThreadState.h | 74 // in to it but doesn't want to acquire locks in its services while in
|