Searched refs:done_cond (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/thread/test/ |
D | test_lock_concept.cpp | 39 boost::condition_variable done_cond; member 52 done_cond.notify_one(); in locking_thread() 73 BOOST_CHECK(done_cond.timed_wait(lk,boost::posix_time::seconds(2), in operator ()() 97 boost::condition_variable done_cond; member 110 done_cond.notify_one(); in locking_thread() 131 BOOST_CHECK(done_cond.timed_wait(lk,boost::posix_time::seconds(2), in operator ()() 155 boost::condition_variable done_cond; member 168 done_cond.notify_one(); in locking_thread() 189 BOOST_CHECK(done_cond.timed_wait(lk,boost::posix_time::seconds(2), in operator ()() 293 boost::condition_variable done_cond; member [all …]
|
D | test_mutex.cpp | 115 boost::condition_variable done_cond; member 129 done_cond.notify_one(); in locking_thread() 139 done_cond.notify_one(); in locking_thread_through_constructor() 162 BOOST_CHECK(done_cond.timed_wait(lk,boost::posix_time::seconds(2), in do_test()
|
/third_party/ffmpeg/libavutil/ |
D | slicethread.c | 44 pthread_cond_t done_cond; member 88 pthread_cond_signal(&ctx->done_cond); in thread_worker() 135 pthread_cond_init(&ctx->done_cond, NULL); in avpriv_slicethread_create() 193 pthread_cond_wait(&ctx->done_cond, &ctx->done_mutex); in avpriv_slicethread_execute() 228 pthread_cond_destroy(&ctx->done_cond); in avpriv_slicethread_free()
|
/third_party/boost/libs/signals2/test/ |
D | mutex_test.cpp | 194 boost::condition_variable done_cond; member 207 done_cond.notify_one(); in locking_thread() 234 BOOST_CHECK(!done_cond.timed_wait(lk, boost::posix_time::seconds(1), in do_test() 240 BOOST_CHECK(done_cond.timed_wait(lk, boost::posix_time::seconds(1), in do_test()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttaskpool.c | 334 GCond done_cond; member 351 g_cond_clear (&tdata->done_cond); in shared_task_data_unref() 373 g_cond_signal (&tdata->done_cond); in shared_func() 398 g_cond_init (&ret->done_cond); in shared_push() 421 g_cond_wait (&tdata->done_cond, &tdata->done_lock); in shared_join()
|