Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 – 25 of 68) sorted by relevance

123

/external/webp/src/utils/
Dthread.c78 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
94 pthread_cond_destroy(condition); in pthread_cond_init()
233 pthread_cond_destroy(&worker->condition_); in WebPWorkerEnd()
/external/chromium_org/third_party/libwebp/utils/
Dthread.c78 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
94 pthread_cond_destroy(condition); in pthread_cond_init()
233 pthread_cond_destroy(&worker->condition_); in WebPWorkerEnd()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_thread.c81 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
97 pthread_cond_destroy(condition); in pthread_cond_init()
239 pthread_cond_destroy(&worker->condition_); in vp9_worker_end()
/external/stressapptest/src/
Dlogger.cc75 LOGGER_ASSERT(0 == pthread_cond_destroy(&queued_lines_cond_)); in ~Logger()
76 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_)); in ~Logger()
/external/valgrind/main/drd/tests/
Dpth_broadcast.c35 pthread_cond_destroy(&p->m_cond); in csema_dtr()
178 pthread_cond_destroy(&s_cond); in main()
Dpth_cond_race.c54 pthread_cond_destroy(&s_cond); in main()
Dthread_name.c57 pthread_cond_destroy(&s_cond); in main()
Dpth_detached.c79 pthread_cond_destroy(&s_cond); in main()
/external/qemu/audio/
Daudio_pt_int.c75 err2 = pthread_cond_destroy (&p->cond); in audio_pt_init()
95 err = pthread_cond_destroy (&p->cond); in audio_pt_fini()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dthreads_posix.h43 #define usbi_cond_destroy pthread_cond_destroy
/external/valgrind/main/helgrind/tests/
Dpth_destroy_cond.c18 pthread_cond_destroy(&cond); // ERROR!!! in ThreadFunction()
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
Dthread_safe_queue.h29 pthread_cond_destroy(&cond_); in ~ThreadSafeQueue()
/external/chromium_org/third_party/leveldatabase/src/port/
Dport_posix.cc35 CondVar::~CondVar() { PthreadCall("destroy cv", pthread_cond_destroy(&cv_)); } in ~CondVar()
/external/skia/src/utils/
DSkCondVar.cpp23 pthread_cond_destroy(&fCond); in ~SkCondVar()
/external/chromium_org/third_party/skia/src/utils/
DSkCondVar.cpp23 pthread_cond_destroy(&fCond); in ~SkCondVar()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DCondVar.cpp61 int const res = pthread_cond_destroy (&mCondition); in ~CondVar()
/external/llvm/test/Linker/
D2011-08-22-ResolveAlias.ll30 …read_cond_destroyP14pthread_cond_t = alias weak i32 (%union.pthread_cond_t*)* @pthread_cond_destroy
77 declare extern_weak i32 @pthread_cond_destroy(%union.pthread_cond_t*)
D2011-08-22-ResolveAlias2.ll33 …read_cond_destroyP14pthread_cond_t = alias weak i32 (%union.pthread_cond_t*)* @pthread_cond_destroy
82 declare extern_weak i32 @pthread_cond_destroy(%union.pthread_cond_t*)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_rwlock_destroy.c103 result = pthread_cond_destroy (&(rwl->cndSharedAccessCompleted)); in pthread_rwlock_destroy()
Dpthread_cond_destroy.c42 pthread_cond_destroy (pthread_cond_t * cond) in pthread_cond_destroy() function
/external/chromium/base/synchronization/
Dcondition_variable_posix.cc27 int rv = pthread_cond_destroy(&condition_); in ~ConditionVariable()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc43 pthread_cond_destroy(&terminate_thread_cond); in ~TidReporterArgument()
44 pthread_cond_destroy(&tid_reported_cond); in ~TidReporterArgument()
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_syscond.c61 pthread_cond_destroy(&cond->cond); in SDL_DestroyCond()
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_syscond.c57 pthread_cond_destroy(&cond->cond); in SDL_DestroyCond()
/external/chromium_org/third_party/libjingle/source/talk/base/
Devent.cc82 pthread_cond_destroy(&event_cond_);

123