HomeSort by relevance Sort by last modified time
    Searched refs:sem_destroy (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/valgrind/main/drd/tests/
circular_buffer.c 85 sem_destroy(p);
  /external/valgrind/main/helgrind/tests/
tc17_sembar.c 253 return sem_destroy(s);
tc23_bogus_condwait.c 129 return sem_destroy(s);
tc20_verifywrap.c 233 /* in glibc, sem_destroy is a no-op; making it fail is
236 "sem_destroy\n\n");
249 sem_destroy(&s1);
tc20_verifywrap.stderr.exp 209 FIXME: can't figure out how to verify wrap of sem_destroy
  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 241 if (sem_destroy (&sConnlessRecvSem))
NativeNfcTag.cpp 388 sem_destroy (&sFormatSem);
427 if (sem_destroy (&sWriteSem))
    [all...]
  /system/core/libsuspend/
autosuspend_wakeup_count.c 175 sem_destroy(&suspend_lockout);
  /bionic/libc/bionic/
semaphore.c 111 int sem_destroy(sem_t *sem) function
  /external/e2fsprogs/lib/et/
error_message.c 74 sem_destroy(&_et_lock);
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 539 /* semaphores are global resources. See SEM_DESTROY(3) man page */
544 rv = sem_destroy(&pMutex->u.sem);
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 336 DECL_TEMPLATE(darwin, sem_destroy); // 276
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 105 if (sem_destroy(&pCallbackData->sem))
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 192 sem_destroy.obj \
352 sem_destroy.c \
  /external/libvpx/libvpx/vp8/decoder/
threading.c 846 sem_destroy(&pbi->h_event_start_decoding[i]);
849 sem_destroy(&pbi->h_event_end_decoding);
  /external/valgrind/unittest/
posix_tests.cc 149 sem_destroy(&sem[0]);
150 sem_destroy(&sem[1]);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 772 sem_destroy (&init_decode->queue_context.sem_message);
773 sem_destroy (&init_decode->sem_synchronize);
    [all...]
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 794 sem_destroy (&init_decode->queue_context.sem_message);
795 sem_destroy (&init_decode->sem_synchronize);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 719 sem_destroy (&init_decode->queue_context.sem_message);
720 sem_destroy (&init_decode->sem_synchronize);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c 741 sem_destroy (&init_decode->queue_context.sem_message);
742 sem_destroy (&init_decode->sem_synchronize);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/v8/src/
platform-cygwin.cc 535 virtual ~CygwinSemaphore() { sem_destroy(&sem_); }
platform-solaris.cc 591 virtual ~SolarisSemaphore() { sem_destroy(&sem_); }
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 509 sem_destroy(&gPreviewImage_semaphore);

Completed in 391 milliseconds

1 2 34 5