/external/bison/m4/ |
unlocked-io.m4 | 0 # unlocked-io.m4 serial 13 20 AC_LIBSOURCES([unlocked-io.h]) 23 [Define to 1 if you want getc etc. to use unlocked I/O if available. 24 Unlocked I/O can improve performance in unithreaded apps,
|
/libcore/sqlite-jdbc/src/main/java/SQLite/ |
BusyHandler.java | 12 * until the table becomes unlocked, or false in order
|
/system/media/opensles/libopensles/ |
IDynamicInterfaceManagement.c | 52 // this section runs with mutex unlocked 91 // Make a copy of these, so we can call the callback with mutex unlocked 96 // Note that the mutex is unlocked during the callback 137 // this section runs with mutex unlocked 146 case INTERFACE_ADDING_1A: // operation aborted while mutex unlocked 160 // this section runs with mutex unlocked 309 // this section runs with mutex unlocked 341 // Make a copy of these, so we can call the callback with mutex unlocked 346 // Note that the mutex is unlocked during the callback 386 // this section runs with mutex unlocked [all...] |
IObject.c | 46 // Note that the mutex is unlocked during the realize hook 73 // Make a copy of these, so we can call the callback with mutex unlocked 78 // Note that the mutex is unlocked during the callback 122 // Note that the mutex is unlocked during the realize hook 174 // Note that the mutex is unlocked during the resume hook 198 // mutex is unlocked, update state 201 // Make a copy of these, so we can call the callback with mutex unlocked 206 // Note that the mutex is unlocked during the callback 250 // Note that the mutex is unlocked during the resume hook 390 * Note: called with mutex unlocked, and returns with mutex locked [all...] |
I3DGrouping.c | 34 // the new group is left unlocked, but it will be locked again below
|
/external/webkit/WebCore/platform/graphics/gtk/ |
VideoSinkGStreamer.cpp | 74 gboolean unlocked; member in struct:_WebKitVideoSinkPrivate 122 if (!buffer || priv->unlocked || G_UNLIKELY(!GST_IS_BUFFER(buffer))) { 144 if (priv->unlocked) { 256 priv->unlocked = TRUE; 280 priv->unlocked = FALSE; 302 priv->unlocked = FALSE;
|
/external/kernel-headers/original/linux/ |
mutex.h | 48 /* 1: unlocked, 0: locked, negative: locked, possible waiters */ 112 * Returns 1 if the mutex is locked, 0 if unlocked.
|
spinlock_up.h | 14 * In the debug case, 1 means unlocked, 0 means locked. (the values
|
/bionic/libc/bionic/ |
pthread-rwlocks.c | 36 * - no readers and no writer (unlocked) 50 * completely eliminate it: each time the lock is unlocked, all waiting threads 291 /* If we can't read yet, wait until the rwlock is unlocked
|
/external/bluetooth/glib/gthread/ |
gthread-impl.c | 155 g_error ("Trying to unlock an unlocked mutex at '%s'", loc); 197 g_error ("Trying to use an unlocked mutex in g_cond_wait() at '%s'", loc); 228 g_error ("Trying to use an unlocked mutex in g_cond_timed_wait() at '%s'",
|
/frameworks/base/docs/html/guide/developing/ |
device.jd | 40 <p>If you want a SIM-unlocked phone, then you might consider either an Android Dev Phone or the 41 Google Nexus One. Both are SIM-unlocked so that you can use them on any GSM network using a SIM 42 card. The Android Dev Phones also feature an unlocked bootloader so you can install custom system
|
/cts/tests/src/android/opengl/cts/ |
OpenGlEsVersionStubActivity.java | 44 /** Latch that is unlocked when the activity is done finding the version. */
|
/external/webkit/WebKit/android/plugins/ |
ANPSurface_npapi.h | 42 the surface is unlocked and the contents of the bitmap, specifically
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ReentrantLockTest.java | 70 * locking an unlocked lock succeeds 81 * locking an unlocked fair lock succeeds 91 * Unlocking an unlocked lock throws IllegalMonitorStateException 102 * tryLock on an unlocked lock succeeds 364 * lockInterruptibly succeeds when unlocked, else is interruptible 877 * A serialized lock deserializes as unlocked 905 assertTrue(us.indexOf("Unlocked") >= 0);
|
/dalvik/vm/ |
Sync.h | 145 * object may be unlocked, thin-locked, or fat-locked.
|
/development/pdk/docs/source/ |
building-dream.jd | 7 needed to do a generic build for the emulator or for unlocked Dream devices
|
/development/simulator/app/ |
Shmem.h | 75 * "unlocked".
|
/device/samsung/crespo/alsa-utils/iecset/ |
iecset.1 | 75 Rate lock: locked (true), unlocked (false).
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
threads.sgml | 628 current thread will block until @mutex is unlocked by the other 983 current thread will block until @mutex is unlocked by the other 1006 when it has been unlocked as many times as it had been locked 1007 before. If @mutex is completely unlocked and another thread is blocked 1021 @depth: number of times this mutex has to be unlocked to be completely unlocked. [all...] |
/external/chromium/base/ |
thread.cc | 153 // unlocked.
|
/external/chromium/third_party/icu/source/common/ |
umutex.h | 105 * @param mutex The given mutex to be unlocked. Pass NULL to specify
|
/external/icu4c/common/ |
umutex.h | 105 * @param mutex The given mutex to be unlocked. Pass NULL to specify
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
SDL_syscond.c | 104 The mutex is unlocked during the wait, and locked again after the wait.
|
/external/skia/src/ports/ |
SkOSEvent_android.cpp | 85 SkASSERT(status == ETIMEDOUT); // no need to unlock the mutex (its unlocked)
|
/external/dbus/dbus/ |
dbus-threads.h | 59 * where the mutex is fully unlocked to wait on a condition. 153 * and the mutex is completely unlocked, not just decremented one
|