/external/compiler-rt/test/tsan/ |
D | cond_destruction.cc | 39 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/ |
D | cond_destruction.cpp | 39 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/ |
D | 1-1.c | 53 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()
|
D | 3-1.c | 29 if ((rc = pthread_cond_destroy(&cond)) == 0) { in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_cond_destroy function:
|
D | 2-1.c | 613 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/ |
D | s-c.c | 187 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/ |
D | thread_utils.c | 131 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/ |
D | vpx_thread.h | 132 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);
|
D | vpx_thread.c | 114 pthread_cond_destroy(&worker->impl_->condition_); in reset() 150 pthread_cond_destroy(&worker->impl_->condition_); in end()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.h | 113 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);
|
D | aom_thread.c | 145 pthread_cond_destroy(&worker->impl_->condition_); in reset() 181 pthread_cond_destroy(&worker->impl_->condition_); in end()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_queue.h | 72 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/ |
D | threadpool.c | 125 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/ |
D | sync_posix.cc | 112 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/ |
D | logger.cc | 97 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/ |
D | PThreadCondition.h | 22 ~PThreadCondition() { ::pthread_cond_destroy(&m_condition); } in ~PThreadCondition()
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cpp | 215 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/ |
D | dd_interceptors.cc | 216 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/ |
D | pthread_fixes.h | 85 pthread_cond_destroy(&barrier->cond); in pthread_barrier_destroy()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_event.hpp | 38 ::pthread_cond_destroy(&cond_); in ~posix_event()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/ |
D | 4-1.c | 88 rc = pthread_cond_destroy(&cond); in main()
|
/external/swiftshader/src/Common/ |
D | Thread.cpp | 87 pthread_cond_destroy(&handle); in ~Event()
|
/external/gemmlowp/profiling/ |
D | pthread_everywhere.h | 73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy() function
|
/external/libhevc/encoder/ |
D | osal_cond_var.c | 171 status = pthread_cond_destroy(&(handle->cond_var)); in osal_cond_var_destroy()
|