HomeSort by relevance Sort by last modified time
    Searched full:semaphore (Results 201 - 225 of 571) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/raid/
md.h 16 #include <asm/semaphore.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/raid/
md.h 16 #include <asm/semaphore.h>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 27 import java.util.concurrent.Semaphore;
72 final Semaphore sem = new Semaphore(0);
111 final Semaphore sem = new Semaphore(0);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 440 OMX_IN Semaphore &semaphore);
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 17 #include <semaphore.h>
365 /* Create the write semaphore */
368 ALOGE ("%s: semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
415 ALOGE ("%s: wait semaphore (errno=0x%08x)", __FUNCTION__, errno);
422 /* Destroy semaphore */
425 ALOGE ("%s: failed destroy semaphore (errno=0x%08x)", __FUNCTION__, errno);
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 40 #include <semaphore.h>
99 sem_t job_sem; /* semaphore for job cmd thread */
  /external/v8/src/
d8-debug.h 86 // the list is guarded by a mutex and a semaphore signals new items in the
89 i::Semaphore* event_available_;
runtime-profiler.h 40 class Semaphore;
136 // -1 => the profiler thread is waiting on the semaphore
172 // the semaphore.
  /external/valgrind/main/drd/
drd_clientobj.h 108 UInt value; // Semaphore value.
150 struct semaphore_info semaphore; member in union:drd_clientobj
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 63 // set of HWNDs until the semaphore is signaled or absoluteTime is reached. Returns true if the
64 // semaphore is signaled, false otherwise.
  /external/yaffs2/yaffs2/direct/
yaffscfg.c 37 // Define locking semaphore.
68 // Stuff to initialise anything special (eg lock semaphore).
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 36 #include <asm/semaphore.h>
100 #include <semaphore.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 36 #include <asm/semaphore.h>
94 #include <semaphore.h>
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 250 static scoped_refptr<FlushSemaphore> semaphore(new FlushSemaphore());
251 semaphore->SendFlushRequest(get(false)->cookieStore()->GetCookieMonster());
252 semaphore->SendFlushRequest(get(true)->cookieStore()->GetCookieMonster());
253 semaphore->Wait(2);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
BinarySemaphore.cpp 61 // Reset the semaphore.
  /development/ndk/platforms/android-3/include/linux/
device.h 22 #include <asm/semaphore.h>
107 struct semaphore sem;
184 struct semaphore sem;
  /external/libnfc-nxp/src/
phOsalNfc.h 98 A new semaphore could not be created due to
103 The given semaphore could not be released due to
108 The given semaphore could not be consumed due to a
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pp_semaphore_luma.cpp 25 pp_dec_y = pointer to the post processing semaphore for current
62 This functions performs post processing semaphore propagation processing
145 /* 10/24/2000 post_processing semaphore */
159 /* Find post processing semaphore location for block */
211 /* Perform post processing semaphore propagation for each */
215 /* Deringing semaphore propagation */
221 /* Deblocking semaphore propagation */
241 /* 10/24/2000 post_processing semaphore */
247 /* Perform post processing semaphore propagation for each */
282 /* Find post processing semaphore location for block *
    [all...]
  /frameworks/volley/tests/src/com/android/volley/
RequestQueueTest.java 34 import java.util.concurrent.Semaphore;
138 private Semaphore mSemaphore;
143 mSemaphore = new Semaphore(-expectedRequests);
  /hardware/qcom/media/mm-video/vidc/vdec/src/
message_queue.c 76 /* Wait on the semaphore till it is released */
135 /* Post the semaphore */
174 /* Post the semaphore */
  /hardware/qcom/media/mm-video/vidc/venc/test/
queue.c 76 /* Wait on the semaphore till it is released */
133 /* Post the semaphore */
170 /* Post the semaphore */
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp 17 #include <semaphore.h>
83 /* Create the local semaphore */
131 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
device.h 22 #include <asm/semaphore.h>
107 struct semaphore sem;
184 struct semaphore sem;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
device.h 22 #include <asm/semaphore.h>
107 struct semaphore sem;
184 struct semaphore sem;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
device.h 22 #include <asm/semaphore.h>
107 struct semaphore sem;
184 struct semaphore sem;

Completed in 634 milliseconds

1 2 3 4 5 6 7 891011>>