Home
last modified time | relevance | path

Searched refs:pthread_cond_signal (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c84 pthread_cond_signal(&CM); in slave_thread()
125 pthread_cond_signal(&CS); in master_thread()
126 pthread_cond_signal(&CS); in master_thread()
127 pthread_cond_signal(&CS); in master_thread()
/third_party/musl/libc-test/src/regression/
Dpthread_cond_wait-cancel_ignored.c17 pthread_cond_signal(&cv); in cleanup()
25 pthread_cond_signal(&cv); in waiter()
48 pthread_cond_signal(&cv); in main()
/third_party/musl/libc-test/src/functional/
Dpthread_cond.c13 pthread_cond_signal(args[0]); in start_signal()
64 TEST(r, pthread_cond_signal(&cond), ""); in main()
67 TEST(r, pthread_cond_signal(&cond), ""); in main()
70 TEST(r, pthread_cond_signal(&cond), ""); in main()
/third_party/ffmpeg/libavformat/
Dasync.c191 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
209 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
216 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
233 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
314 pthread_cond_signal(&c->cond_wakeup_background); in async_close()
367 pthread_cond_signal(&c->cond_wakeup_background); in async_read_internal()
371 pthread_cond_signal(&c->cond_wakeup_background); in async_read_internal()
460 pthread_cond_signal(&c->cond_wakeup_background); in async_seek()
/third_party/ffmpeg/libavutil/
Dslicethread.c73 pthread_cond_signal(&w->cond); in thread_worker()
88 pthread_cond_signal(&ctx->done_cond); in thread_worker()
181 pthread_cond_signal(&w->cond); in avpriv_slicethread_execute()
217 pthread_cond_signal(&w->cond); in avpriv_slicethread_free()
Dthread.h102 ASSERT_PTHREAD(pthread_cond_signal, cond); in strict_pthread_cond_signal()
136 #define pthread_cond_signal strict_pthread_cond_signal macro
Dthreadmessage.c133 pthread_cond_signal(&mq->cond_recv); in av_thread_message_queue_send_locked()
150 pthread_cond_signal(&mq->cond_send); in av_thread_message_queue_recv_locked()
/third_party/selinux/libselinux/src/
Dselinux_internal.h75 #pragma weak pthread_cond_signal macro
85 pthread_cond_signal && \
/third_party/ffmpeg/libavfilter/
Dvf_libvmaf.c145 pthread_cond_signal(&s->cond); \
188 pthread_cond_signal(&s->cond); in call_vmaf()
226 pthread_cond_signal(&s->cond); in do_vmaf()
331 pthread_cond_signal(&s->cond); in uninit()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D1-1.c117 rc = pthread_cond_signal(&td.cond); in main()
146 if (pthread_cond_signal(&td.cond) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_cond_signal function:
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_cond_timedwait.c237 EXPECT_EQ(pthread_cond_signal(&c_cond1), 0); in ClockWaitTimedwait1()
315 EXPECT_EQ(pthread_cond_signal(&c_cond3), 0); in ClockWaitTimedwait3()
411 EXPECT_EQ(pthread_cond_signal(&c_cond5), 0); in ClockWaitTimeMismatch1()
496 EXPECT_EQ(pthread_cond_signal(&c_cond6), 0); in ClockWaitTimeMismatch4()
539 EXPECT_EQ(pthread_cond_signal(&m_cond1), 0); in PthreadCondMonotonicTimeWait1()
648 EXPECT_EQ(pthread_cond_signal(&u_cond1), 0); in PthreadCondUnsignedTimeWait1()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c161 static int pthread_cond_signal(pthread_cond_t* const condition) { in pthread_cond_signal() function
225 pthread_cond_signal(&impl->condition_); in ThreadLoop()
252 pthread_cond_signal(&impl->condition_); in ChangeState()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c161 static int pthread_cond_signal(pthread_cond_t* const condition) { in pthread_cond_signal() function
225 pthread_cond_signal(&impl->condition_); in ThreadLoop()
252 pthread_cond_signal(&impl->condition_); in ChangeState()
/third_party/ffmpeg/compat/
Dos2threads.h152 static av_always_inline int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() function
165 pthread_cond_signal(cond); in pthread_cond_broadcast()
/third_party/libabigail/src/
Dabg-workers.cc194 pthread_cond_signal(&tasks_todo_cond); in schedule_task()
414 pthread_cond_signal(&p->tasks_done_cond); in wait_to_execute_a_task()
/third_party/ltp/testcases/realtime/func/prio-preempt/
Dprio-preempt.c199 rc = pthread_cond_signal(&cond[tid + 1]); in worker_thread()
280 pthread_cond_signal(&cond[0]); in master_thread()
/third_party/musl/src/thread/
Dpthread_cond_signal.c3 int pthread_cond_signal(pthread_cond_t *c) in pthread_cond_signal() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_cond_signal.c29 int back = pthread_cond_signal(&cond); in pthread_cond_signal_0100()
Dpthread_cond_wait.c38 pthread_cond_signal(&cond); in threadfunc2()
Dpthread_cond_timedwait_sup.c44 pthread_cond_signal(&gcond); in threadfuncB()
/third_party/libfuse/test/
Dtest_write_cache.c155 pthread_cond_signal(&cond); in tfs_write()
162 pthread_cond_signal(&cond); in tfs_write()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
D4-1.c61 if (pthread_cond_signal(&cond)) { in watchdog()
/third_party/ffmpeg/libavcodec/
Dframe_thread_encoder.c113 pthread_cond_signal(&c->finished_task_cond); in worker()
294 pthread_cond_signal(&c->task_fifo_cond); in ff_thread_video_encode_frame()
/third_party/libxml2/
Dthreads.c73 #pragma weak pthread_cond_signal macro
400 pthread_cond_signal(&tok->cv); in xmlRMutexUnlock()
877 (pthread_cond_signal != NULL)) { in xmlInitThreads()

12345