/external/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 130 pthread_cond_broadcast(&CS); in master_thread() 131 pthread_cond_broadcast(&CS); in master_thread() 132 pthread_cond_broadcast(&CS); in master_thread() 152 pthread_cond_broadcast(&CS); in master_thread()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | threadpool.c | 71 pthread_cond_broadcast(&task->finish); in threadpool_worker() 106 pthread_cond_broadcast(&pool->new_work); in _mesa_threadpool_destroy()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 122 EXPECT_EQ(pthread_cond_broadcast(&ctx.c), 0); in cond_thread() 141 EXPECT_EQ(pthread_cond_broadcast(&ctx.c), 0); in TEST()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 210 INTERCEPTOR(int, pthread_cond_broadcast, pthread_cond_t *c) { in INTERCEPTOR() argument 213 return REAL(pthread_cond_broadcast)(cond); in INTERCEPTOR() 317 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2"); in InitializeInterceptors()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_cond_broadcast function:
|
D | 1-1.c | 103 rc = pthread_cond_broadcast(&td.cond); in main()
|
/external/stressapptest/src/ |
D | disk_blocks.cc | 95 pthread_cond_broadcast(&data_condition_); in InsertOnStructure() 124 pthread_cond_broadcast(&data_condition_); in RemoveBlock()
|
/external/icu/icu4c/source/common/ |
D | umutex.cpp | 227 int sysErr = pthread_cond_broadcast(&cond->fCondition); in umtx_condBroadcast() 287 pthread_cond_broadcast(&initCondition); in umtx_initImplPostInit()
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 26 …_cond_broadcastP14pthread_cond_t = alias weak i32 (%union.pthread_cond_t*)* @pthread_cond_broadcast 69 declare extern_weak i32 @pthread_cond_broadcast(%union.pthread_cond_t*)
|
D | 2011-08-22-ResolveAlias2.ll | 29 …_cond_broadcastP14pthread_cond_t = alias weak i32 (%union.pthread_cond_t*)* @pthread_cond_broadcast 74 declare extern_weak i32 @pthread_cond_broadcast(%union.pthread_cond_t*)
|
/external/libusb/libusb/os/ |
D | threads_posix.h | 44 #define usbi_cond_broadcast pthread_cond_broadcast
|
/external/compiler-rt/test/tsan/ |
D | cond.c | 38 pthread_cond_broadcast(&c); in thr2()
|
/external/google-breakpad/src/common/android/testing/ |
D | pthread_fixes.h | 69 pthread_cond_broadcast(&barrier->cond); in pthread_barrier_wait()
|
/external/compiler-rt/test/lsan/TestCases/ |
D | high_allocator_contention.cc | 45 pthread_cond_broadcast(&cond); in main()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_event.hpp | 55 ::pthread_cond_broadcast(&cond_); // Ignore EINVAL. in signal_all()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 162 static INLINE int pthread_cond_broadcast(pthread_cond_t *const condition) { in pthread_cond_broadcast() function 337 static INLINE int pthread_cond_broadcast(pthread_cond_t *const condition) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_linux_test.cc | 77 pthread_cond_broadcast(&thread_arg.terminate_thread_cond); in TearDown() 98 pthread_cond_broadcast(&arg->tid_reported_cond); in TidReporterThread()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.h | 177 static INLINE int pthread_cond_broadcast(pthread_cond_t *const condition) { in pthread_cond_broadcast() function 330 static INLINE int pthread_cond_broadcast(pthread_cond_t *const condition) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
D | 3-1.c | 108 if (pthread_cond_broadcast(&td.cond) != 0) { in main()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | rwlock.c | 82 pthread_cond_broadcast(&rw->pcond); in rw_unlock_write()
|
/external/libxcam/xcore/ |
D | xcam_mutex.h | 98 return pthread_cond_broadcast (&_cond); in broadcast()
|
/external/ltp/testcases/realtime/func/async_handler/ |
D | async_handler_jk.c | 125 pthread_cond_broadcast(&server->cond); in user_thread()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | sync_posix.cc | 98 GPR_ASSERT(pthread_cond_broadcast(cv) == 0); in gpr_cv_broadcast()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | condition_variable_posix.cc | 129 pthread_cond_broadcast(&cond_); in WakeAll()
|
/external/webrtc/webrtc/base/ |
D | event.cc | 71 pthread_cond_broadcast(&event_cond_);
|