Home
last modified time | relevance | path

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

1234

/external/valgrind/main/drd/tests/
Dpth_cond_destroy_busy.stderr.exp3 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
9 First pthread_cond_destroy() call returned EBUSY.
10 Second pthread_cond_destroy() call returned success.
Dpth_cond_destroy_busy.c52 ret = pthread_cond_destroy(&s_cond); in main()
63 ret = pthread_cond_destroy(&s_cond); in main()
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.c61 pthread_cond_destroy(&s_cond); in main()
/external/valgrind/main/helgrind/tests/
Dpth_cond_destroy_busy.stderr.exp47 First pthread_cond_destroy() call returned EBUSY.
48 Second pthread_cond_destroy() call returned success.
Dcond_init_destroy.c6 pthread_cond_destroy(& c); in main()
Dpth_destroy_cond.c18 pthread_cond_destroy(&cond); // ERROR!!! in ThreadFunction()
/external/chromium_org/third_party/libwebp/utils/
Dthread.c98 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
114 pthread_cond_destroy(condition); in pthread_cond_init()
241 pthread_cond_destroy(&worker->impl_->condition_); in Reset()
277 pthread_cond_destroy(&worker->impl_->condition_); in End()
/external/webp/src/utils/
Dthread.c98 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
114 pthread_cond_destroy(condition); in pthread_cond_init()
241 pthread_cond_destroy(&worker->impl_->condition_); in Reset()
277 pthread_cond_destroy(&worker->impl_->condition_); in 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/libvpx/libvpx/vp9/decoder/
Dvp9_thread.h96 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
113 pthread_cond_destroy(condition); in pthread_cond_init()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_thread.h95 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
112 pthread_cond_destroy(condition); in pthread_cond_init()
Dvp9_thread.c116 pthread_cond_destroy(&worker->impl_->condition_); in reset()
152 pthread_cond_destroy(&worker->impl_->condition_); in end()
/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/lldb/tools/debugserver/source/
DPThreadCondition.h30 ::pthread_cond_destroy (&m_condition); in ~PThreadCondition()
/external/qemu/util/
Dqemu-thread-posix.c94 err = pthread_cond_destroy(&cond->cond); in qemu_cond_destroy()
156 rc = pthread_cond_destroy(&sem->cond); in qemu_sem_destroy()
344 pthread_cond_destroy(&ev->cond); in qemu_event_destroy()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dthreads_posix.h43 #define usbi_cond_destroy pthread_cond_destroy
/external/lldb/source/Host/common/
DCondition.cpp37 ::pthread_cond_destroy (&m_condition); in ~Condition()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc219 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
222 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR()
323 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/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/skia/src/utils/
DSkCondVar.cpp23 pthread_cond_destroy(&fCond); in ~SkCondVar()
/external/skia/src/utils/
DSkCondVar.cpp23 pthread_cond_destroy(&fCond); in ~SkCondVar()
/external/chromium_org/third_party/leveldatabase/src/port/
Dport_posix.cc35 CondVar::~CondVar() { PthreadCall("destroy cv", pthread_cond_destroy(&cv_)); } 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*)

1234