Home
last modified time | relevance | path

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

123456

/external/compiler-rt/test/tsan/
Dcond_destruction.cc39 pthread_cond_destroy(&c); in main()
43 pthread_cond_destroy(&c); in main()
46 pthread_cond_destroy(&c); in main()
/external/llvm-project/compiler-rt/test/tsan/
Dcond_destruction.cpp39 pthread_cond_destroy(&c); in main()
43 pthread_cond_destroy(&c); in main()
46 pthread_cond_destroy(&c); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D1-1.c53 if ((rc = pthread_cond_destroy(&cond1)) != 0) { in main()
60 if ((rc = pthread_cond_destroy(&cond2)) != 0) { in main()
67 if ((rc = pthread_cond_destroy(&cond3)) != 0) { in main()
D3-1.c29 if ((rc = pthread_cond_destroy(&cond)) == 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_cond_destroy function:
D2-1.c613 ret = pthread_cond_destroy(&td->cnd); in main()
708 ret = pthread_cond_destroy(&td->cnd); in main()
776 ret = pthread_cond_destroy(&td->cnd); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Ds-c.c187 ret = pthread_cond_destroy(&(cur->cnd[i])); in main()
195 ret = pthread_cond_destroy(&(cur->cnd[i])); in main()
242 ret = pthread_cond_destroy(&(cur->cnd[i])); in main()
/external/webp/src/utils/
Dthread_utils.c131 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
154 pthread_cond_destroy(condition); in pthread_cond_init()
300 pthread_cond_destroy(&impl->condition_); in Reset()
337 pthread_cond_destroy(&impl->condition_); in End()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
155 pthread_cond_destroy(condition); in pthread_cond_init()
304 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
320 pthread_cond_destroy(condition);
Dvpx_thread.c114 pthread_cond_destroy(&worker->impl_->condition_); in reset()
150 pthread_cond_destroy(&worker->impl_->condition_); in end()
/external/libaom/libaom/aom_util/
Daom_thread.h113 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
225 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) {
241 pthread_cond_destroy(condition);
Daom_thread.c145 pthread_cond_destroy(&worker->impl_->condition_); in reset()
181 pthread_cond_destroy(&worker->impl_->condition_); in end()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h72 pthread_cond_destroy(&queue->cond); in wsi_queue_init()
86 pthread_cond_destroy(&queue->cond); in wsi_queue_destroy()
/external/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c125 pthread_cond_destroy(&pool->new_work); in _mesa_threadpool_destroy()
197 pthread_cond_destroy(&task->finish); in _mesa_threadpool_wait_for_task()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dsync_posix.cc112 GPR_ASSERT(pthread_cond_destroy(&cv->cond_var) == 0); in gpr_cv_destroy()
115 GPR_ASSERT(pthread_cond_destroy(cv) == 0); in gpr_cv_destroy()
/external/stressapptest/src/
Dlogger.cc97 LOGGER_ASSERT(0 == pthread_cond_destroy(&queued_lines_cond_)); in ~Logger()
98 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_)); in ~Logger()
/external/llvm-project/lldb/tools/debugserver/source/
DPThreadCondition.h22 ~PThreadCondition() { ::pthread_cond_destroy(&m_condition); } in ~PThreadCondition()
/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp215 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
218 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR()
318 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
219 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR()
320 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/google-breakpad/src/common/android/testing/
Dpthread_fixes.h85 pthread_cond_destroy(&barrier->cond); in pthread_barrier_destroy()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_event.hpp38 ::pthread_cond_destroy(&cond_); in ~posix_event()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
D4-1.c88 rc = pthread_cond_destroy(&cond); in main()
/external/swiftshader/src/Common/
DThread.cpp87 pthread_cond_destroy(&handle); in ~Event()
/external/gemmlowp/profiling/
Dpthread_everywhere.h73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy() function
/external/libhevc/encoder/
Dosal_cond_var.c171 status = pthread_cond_destroy(&(handle->cond_var)); in osal_cond_var_destroy()

123456