/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Semaphore.c | 31 #include <semaphore.h>
|
Exynos_OSAL_Thread.c | 31 #include <semaphore.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
local_lim.h | 91 /* Maximum value the semaphore can have. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
local_lim.h | 91 /* Maximum value the semaphore can have. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
local_lim.h | 91 /* Maximum value the semaphore can have. */
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | 19 #include <semaphore.h> 143 /* Create the local semaphore */ 197 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno); 317 /* Create the local semaphore */ 367 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno); 464 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno); 516 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno); 547 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno); [all...] |
com_android_nfc.h | 39 #include <semaphore.h> 196 /* Semaphore used to wait for callback */
|
/external/kernel-headers/original/asm-x86/ |
spinlock_32.h | 146 * semaphore.h for details. -ben 148 * the helpers are in arch/i386/kernel/semaphore.c
|
/external/libvpx/libvpx/vp8/common/ |
threading.h | 62 #include <mach/semaphore.h> 68 #include <semaphore.h>
|
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/ |
SDL_syscond.c | 185 the signaler can race ahead and get the condition semaphore 186 if we are stopped between the mutex unlock and semaphore wait,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/ |
SDL_syscond.c | 185 the signaler can race ahead and get the condition semaphore 186 if we are stopped between the mutex unlock and semaphore wait,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
SDL_syscond.c | 185 the signaler can race ahead and get the condition semaphore 186 if we are stopped between the mutex unlock and semaphore wait,
|
/external/v8/test/cctest/ |
cctest.h | 121 v8::internal::Semaphore* gate_; 125 static v8::internal::Semaphore* all_tests_done_;
|
/external/valgrind/main/docs/internals/ |
Darwin-notes.txt | 41 Because the pipe-based semaphore intensively uses sys_read/sys_write, 44 force the pipe-based semaphore appears to work correctly.
|
/external/yaffs2/yaffs2/direct/ |
yaffscfg2k.c | 41 // Define locking semaphore. 82 // Stuff to initialise anything special (eg lock semaphore).
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 158 // signal cancel semaphore incase somebody is waiting 202 Semaphore mCancelSem;
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorImpl.java | 30 import java.util.concurrent.Semaphore; 127 private final Semaphore mLock; 161 mLock = new Semaphore(1, true); 937 throw new IllegalStateException("Timeout waiting for semaphore"); [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 33 import java.util.concurrent.Semaphore; 330 final Semaphore barrier1 = new Semaphore(0); 331 final Semaphore barrier2 = new Semaphore(0);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
CameraPairwiseTest.java | 31 import java.util.concurrent.Semaphore; 74 final Semaphore sem = new Semaphore(0); 113 final Semaphore sem = new Semaphore(0);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 47 import java.util.concurrent.Semaphore; 131 private Semaphore semaphore; field in class:SIPTransaction 332 this.semaphore = new Semaphore(1,true); [all...] |
/bionic/libc/kernel/common/linux/ |
device.h | 30 #include <asm/semaphore.h> 114 struct semaphore sem; 189 struct semaphore sem;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 22 import java.util.concurrent.Semaphore; 311 final Semaphore sem = new Semaphore(0);
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioLocal.cpp | 36 mClientCompletionWait.tryWait(); // this will reset semaphore to 0 if it is 1.
|
/external/bluetooth/bluedroid/include/ |
bte.h | 27 #include <semaphore.h>
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutexset.h | 51 // (Go sync.Mutex is actually a semaphore -- can be unlocked
|