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

1 2 3 4 5 6 7 891011

  /bionic/libc/bionic/
semaphore.c 28 #include <semaphore.h>
37 /* In this implementation, a semaphore contains a
42 * semaphore, 0 or more to indicate uncontended state,
65 /* Maximum unsigned value that can be stored in the semaphore.
86 /* return the shared bitflag from a semaphore */
97 /* ensure that 'value' can be stored in the semaphore */
157 /* Decrement a semaphore's value atomically,
209 /* "Increment" the value of a semaphore atomically and
245 /* lock a semaphore */
277 /* POSIX says we need to try to decrement the semaphore
    [all...]
  /external/e2fsprogs/lib/et/
error_message.c 32 #include <semaphore.h>
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 19 #include <semaphore.h>
239 /* Do 'wait' on a bogus semaphore. This should fail, but on glibc
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 17 #include <semaphore.h>
71 /* Create the local semaphore */
99 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
133 /* Create the local semaphore */
179 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
com_android_nfc_NativeLlcpSocket.cpp 17 #include <semaphore.h>
125 /* Create the local semaphore */
149 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
180 /* Create the local semaphore */
208 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
262 /* Create the local semaphore */
289 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
323 /* Create the local semaphore */
345 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
com_android_nfc_NativeP2pDevice.cpp 18 #include <semaphore.h>
138 /* Create the local semaphore */
158 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
211 /* Create the local semaphore */
249 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
284 /* Create the local semaphore */
322 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
369 /* Create the local semaphore */
390 ALOGE("Failed to wait for semaphore (errno=0x%08x)", errno);
420 /* Create the local semaphore */
    [all...]
com_android_nfc_NativeNfcSecureElement.cpp 17 #include <semaphore.h>
200 /* Create the local semaphore */
206 /* Create the local semaphore */
250 ALOGE("IOCTL semaphore error");
364 ALOGE("CONNECT semaphore error");
394 ALOGE("IOCTL semaphore error");
436 ALOGE("IOCTL semaphore error");
491 /* Create the local semaphore */
547 ALOGE("IOCTL semaphore error");
589 ALOGE("IOCTL semaphore error")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 935 public void await(Semaphore semaphore) {
937 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECONDS));
    [all...]
  /external/v8/src/
platform-macos.cc 41 #include <semaphore.h>
45 #include <mach/semaphore.h>
692 class MacOSSemaphore : public Semaphore {
702 // The MacOS mach semaphore documentation claims it does not have spurious
724 Semaphore* OS::CreateSemaphore(int count) {
platform-cygwin.cc 33 #include <semaphore.h>
532 class CygwinSemaphore : public Semaphore {
548 if (result == 0) return; // Successfully got semaphore.
582 // Wait for semaphore signalled or timeout.
585 if (result == 0) return true; // Successfully got semaphore.
592 Semaphore* OS::CreateSemaphore(int count) {
platform-solaris.cc 42 #include <semaphore.h>
588 class SolarisSemaphore : public Semaphore {
604 if (result == 0) return; // Successfully got semaphore.
651 // Wait for semaphore signalled or timeout.
654 if (result == 0) return true; // Successfully got semaphore.
661 Semaphore* OS::CreateSemaphore(int count) {
  /external/valgrind/main/drd/
drd_error.c 373 print_err_detail("%s%s: semaphore 0x%lx%s\n", what_prefix,
374 VG_(get_error_string)(e), sei->semaphore, what_suffix);
376 first_observed(sei->semaphore);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 38 #include <semaphore.h>
mm_camera_interface.c 38 #include <semaphore.h>
  /external/valgrind/unittest/
thread_wrappers_pthread.h 45 #include <semaphore.h>
  /external/kernel-headers/original/linux/
jbd.h 34 #include <asm/semaphore.h>
701 /* Semaphore for locking against concurrent checkpoints */
    [all...]
sched.h 57 #include <asm/semaphore.h>
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 48 #include <semaphore.h>
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 54 #include <semaphore.h>
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 63 #include <semaphore.h>
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 7 #include <semaphore.h>
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 32 #include <semaphore.h>
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 41 #include <semaphore.h>
330 DAL_PRINT("Release Read Semaphore");
521 /* unlock read semaphore */
842 DAL_PRINT("NFC Init Semaphore creation Error");
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 108 #include <semaphore.h>

Completed in 621 milliseconds

1 2 3 4 5 6 7 891011