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

1 2 34 5 6 7 8

  /external/webrtc/src/system_wrappers/source/
event_posix.cc 98 pthread_cond_destroy(&cond);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Event.c 94 if (pthread_cond_destroy(&event->condition)) {
  /external/valgrind/unittest/
thread_wrappers_pthread.h 157 CHECK(0 == pthread_cond_destroy(&cv_));
221 ~CondVar() { CHECK(0 == pthread_cond_destroy(&cv_)); }
  /external/libxml2/
threads.c 76 extern int pthread_cond_destroy ()
338 pthread_cond_destroy(&tok->cv);
876 (pthread_cond_destroy != NULL) &&
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 282 if( pthread_cond_destroy(&gThreadRunning) != 0 )
286 if( pthread_cond_destroy(&gOpenExCalled) != 0 )
290 if( pthread_cond_destroy(&gCloseCalled) != 0 )
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 199 CHECK(0 == pthread_cond_destroy(&cv_));
279 ~CondVar() { CHECK(0 == pthread_cond_destroy(&cv_)); }
  /external/valgrind/main/
glibc-2.X-drd.supp 174 fun:pthread_cond_destroy*
  /frameworks/wilhelm/src/
ThreadPool.c 215 ok = pthread_cond_destroy(&tp->mCondNotEmpty);
219 ok = pthread_cond_destroy(&tp->mCondNotFull);
  /bionic/libc/bionic/
pthread-rwlocks.c 153 pthread_cond_destroy(&rwlock->cond);
  /bionic/libc/include/
pthread.h 179 int pthread_cond_destroy(pthread_cond_t *cond);
  /development/ndk/platforms/android-3/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /development/ndk/platforms/android-5/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /development/ndk/platforms/android-8/include/
pthread.h 175 int pthread_cond_destroy(pthread_cond_t *cond);
  /development/ndk/platforms/android-9/include/
pthread.h 181 int pthread_cond_destroy(pthread_cond_t *cond);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 666 pthread_cond_destroy(&mCondVar);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 141 int result = pthread_cond_destroy( &condition );
  /external/stressapptest/src/
disk_blocks.cc 34 pthread_cond_destroy(&data_condition_);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 355 pthread_cond_destroy(&m_condition);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 147 if (SUCCESS != pthread_cond_destroy(&(plEvent->condition)))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 170 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 175 int pthread_cond_destroy(pthread_cond_t *cond);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 175 int pthread_cond_destroy(pthread_cond_t *cond);

Completed in 701 milliseconds

1 2 34 5 6 7 8