/third_party/boost/libs/fiber/test/ |
D | test_condition_variable_any_post.cpp | 40 boost::fibers::condition_variable_any cond; 68 void notify_one_fn( boost::fibers::condition_variable_any & cond) { in notify_one_fn() 72 void notify_all_fn( boost::fibers::condition_variable_any & cond) { in notify_all_fn() 78 boost::fibers::condition_variable_any & cond) { in wait_fn() 88 boost::fibers::condition_variable_any cond; in test_one_waiter_notify_one() 113 boost::fibers::condition_variable_any cond; in test_two_waiter_notify_one() 152 boost::fibers::condition_variable_any cond; in test_two_waiter_notify_all() 201 void fn1( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn1() 213 void fn2( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn2() 247 void fn3( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn3() [all …]
|
D | test_condition_variable_any_dispatch.cpp | 40 boost::fibers::condition_variable_any cond; 68 void notify_one_fn( boost::fibers::condition_variable_any & cond) { in notify_one_fn() 72 void notify_all_fn( boost::fibers::condition_variable_any & cond) { in notify_all_fn() 78 boost::fibers::condition_variable_any & cond) { in wait_fn() 88 boost::fibers::condition_variable_any cond; in test_one_waiter_notify_one() 113 boost::fibers::condition_variable_any cond; in test_two_waiter_notify_one() 152 boost::fibers::condition_variable_any cond; in test_two_waiter_notify_all() 201 void fn1( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn1() 213 void fn2( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn2() 247 void fn3( boost::fibers::mutex & m, boost::fibers::condition_variable_any & cv) { in fn3() [all …]
|
/third_party/boost/boost/fiber/ |
D | condition_variable.hpp | 45 class BOOST_FIBERS_DECL condition_variable_any { class 53 condition_variable_any() = default; 55 ~condition_variable_any() { in ~condition_variable_any() 59 condition_variable_any( condition_variable_any const&) = delete; 60 condition_variable_any & operator=( condition_variable_any const&) = delete; 165 condition_variable_any cnd_;
|
/third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/ |
D | copy_fail.cpp | 25 boost::condition_variable_any cv0; in fail() 26 boost::condition_variable_any cv1(cv0); in fail()
|
D | assign_fail.cpp | 24 boost::condition_variable_any cv0; in fail() 25 boost::condition_variable_any cv1; in fail()
|
D | dtor_pass.cpp | 26 boost::condition_variable_any* cv; 56 cv = new boost::condition_variable_any; in main()
|
D | default_pass.cpp | 25 boost::condition_variable_any cv0; in main()
|
D | wait_for_pred_pass.cpp | 43 boost::condition_variable_any cv;
|
D | wait_for_pass.cpp | 28 boost::condition_variable_any cv;
|
D | wait_until_pred_pass.cpp | 61 boost::condition_variable_any cv;
|
/third_party/boost/boost/log/sinks/ |
D | async_frontend.hpp | 137 condition_variable_any& m_Cond; 143 …scoped_thread_id(frontend_mutex_type& mut, condition_variable_any& cond, thread::id& tid, boost::a… in scoped_thread_id() 152 …scoped_thread_id(unique_lock< frontend_mutex_type >& l, condition_variable_any& cond, thread::id& … in scoped_thread_id() 184 condition_variable_any& m_Cond; 188 …explicit scoped_flag(frontend_mutex_type& mut, condition_variable_any& cond, boost::atomic< bool >… in scoped_flag() 239 condition_variable_any m_BlockCond;
|
/third_party/boost/libs/thread/test/ |
D | test_condition_timed_wait_times_out.cpp | 94 boost::condition_variable_any cond; in do_test_cv_any_timed_wait_times_out() 110 boost::condition_variable_any cond; in do_test_cv_any_timed_wait_with_predicate_times_out() 127 boost::condition_variable_any cond; in do_test_cv_any_relative_timed_wait_with_predicate_times_out() 143 boost::condition_variable_any cond; in do_test_cv_any_timed_wait_relative_times_out()
|
/third_party/boost/libs/fiber/src/ |
D | condition_variable.cpp | 19 condition_variable_any::notify_one() noexcept { in notify_one() 42 condition_variable_any::notify_all() noexcept { in notify_all()
|
/third_party/boost/libs/thread/doc/ |
D | condition_variables.qbk | 21 class condition_variable_any; 25 The classes `condition_variable` and `condition_variable_any` provide a 29 `condition_variable` or `condition_variable_any`. When the thread is woken from 80 well with an object of type `condition_variable_any`: `condition_variable_any` 85 `condition_variable_any` typically has a more complex implementation than 434 [section:condition_variable_any Class `condition_variable_any`] 440 class condition_variable_any 443 condition_variable_any(); 444 ~condition_variable_any(); 495 [section:constructor `condition_variable_any()`] [all …]
|
D | thread.qbk | 218 …ny_wait_link[link_text] [link thread.synchronization.condvar_ref.condition_variable_any.wait [link… 220 …ed_wait_link[link_text] [link thread.synchronization.condvar_ref.condition_variable_any.timed_wait… 223 …ariable_any [link thread.synchronization.condvar_ref.condition_variable_any `condition_variable_an… 224 [def __cvany_wait_for [link thread.synchronization.condvar_ref.condition_variable_any.wait_for `wai… 225 [def __cvany_wait_until [link thread.synchronization.condvar_ref.condition_variable_any.wait_until …
|
/third_party/boost/boost/thread/pthread/ |
D | condition_variable.hpp | 160 class condition_variable_any class 166 BOOST_THREAD_NO_COPYABLE(condition_variable_any) 167 condition_variable_any() in condition_variable_any() function in boost::condition_variable_any 181 ~condition_variable_any() in ~condition_variable_any()
|
/third_party/boost/boost/thread/ |
D | condition.hpp | 17 typedef condition_variable_any condition;
|
/third_party/boost/libs/fiber/doc/ |
D | condition_variables.qbk | 19 class condition_variable_any; 90 condition_variable_any]. `boost::fibers::condition_variable` can only wait on 92 `boost::fibers::condition_variable_any` can wait on user-defined lock types. 98 condition_variable_any] are subject to spurious wakeup: 143 [/ The documentation for condition_variable_any and condition_variable is so 381 [/ The above is the template describing both condition_variable_any and 383 condition_variable_any, which accepts any LockType. Because a QuickBook 387 [condition_variable_x condition_variable_any..LockType..template< typename LockType >
|
D | worker.qbk | 41 boost::fibers::condition_variable_any cv; 97 boost::fibers::condition_variable_any cv;
|
/third_party/gn/src/util/ |
D | worker_pool.h | 30 std::condition_variable_any pool_notifier_;
|
/third_party/boost/libs/config/test/ |
D | boost_no_cxx11_hdr_condition_variable.ipp | 20 using std::condition_variable_any;
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/ |
D | SDL_syscond.cpp | 36 std::condition_variable_any cpp_cond;
|
/third_party/boost/libs/thread/example/ |
D | condition.cpp | 45 boost::condition_variable_any buffer_not_full, buffer_not_empty;
|
D | monitor.cpp | 84 boost::condition_variable_any cond;
|
/third_party/boost/libs/fiber/examples/ |
D | work_stealing.cpp | 25 static boost::fibers::condition_variable_any cnd_count{};
|