HomeSort by relevance Sort by last modified time
    Searched refs:semaphore (Results 226 - 250 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/linux-tools-perf/
builtin-lock.c 22 #include <semaphore.h>
builtin-sched.c 22 #include <semaphore.h>
    [all...]
  /external/v8/src/
platform-freebsd.cc 32 #include <semaphore.h>
605 class FreeBSDSemaphore : public Semaphore {
621 if (result == 0) return; // Successfully got semaphore.
649 if (result == 0) return true; // Successfully got semaphore.
656 Semaphore* OS::CreateSemaphore(int count) {
platform-linux.cc 32 #include <semaphore.h>
866 class LinuxSemaphore : public Semaphore {
882 if (result == 0) return; // Successfully got semaphore.
916 // Wait for semaphore signalled or timeout.
919 if (result == 0) return true; // Successfully got semaphore.
931 Semaphore* OS::CreateSemaphore(int count) {
    [all...]
platform-openbsd.cc 32 #include <semaphore.h>
659 class OpenBSDSemaphore : public Semaphore {
675 if (result == 0) return; // Successfully got semaphore.
714 if (result == 0) return true; // Successfully got semaphore.
722 Semaphore* OS::CreateSemaphore(int count) {
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 52 #include <semaphore.h> /* sem_t */
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 677 #include <sys/semaphore.h>
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 440 OMX_IN Semaphore &semaphore);
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 66 #include <semaphore.h>
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 7 #include <semaphore.h>
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 17 #include <semaphore.h>
    [all...]
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...]
SecureElement.cpp 21 #include <semaphore.h>
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 17 #include <semaphore.h>
187 /* Create the local semaphore */
215 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
247 /* Create the local semaphore */
272 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
449 /* Create the local semaphore */
471 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
503 /* Create the local semaphore */
525 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
578 /* Create the local semaphore */
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 69 #include <semaphore.h>
5101 mach_msg_port_descriptor_t semaphore; member in struct:__anon16851
5121 mach_msg_port_descriptor_t semaphore; member in struct:__anon16852
    [all...]
  /bionic/libc/
Android.mk 175 bionic/semaphore.c \
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 78 CAMHAL_LOGEB("Error mInitSem semaphore count %d", mInitSem.Count());
935 CAMHAL_LOGEB("Error mFlushSem semaphore count %d", mFlushSem.Count());
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 37 #include <semaphore.h>
    [all...]
mm_camera.c 37 #include <semaphore.h>
    [all...]
mm_camera_stream.c 38 #include <semaphore.h>
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 37 #include <semaphore.h>
785 /* init job semaphore and launch jobmgr thread */
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 62 #include <semaphore.h>
    [all...]
  /external/kernel-headers/original/linux/
fs.h 392 #include <linux/semaphore.h>
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 43 #include <semaphore.h>
    [all...]

Completed in 1497 milliseconds

1 2 3 4 5 6 7 8 91011