/third_party/boost/libs/thread/test/threads/this_thread/sleep_until/ |
D | sleep_until_pass.cpp | 34 boost::this_thread::sleep_until(t0 + ms); in main() 49 boost::this_thread::sleep_until(t0 + ms); in main() 64 boost::this_thread::no_interruption_point::sleep_until(t0 + ms); in main() 79 boost::this_thread::no_interruption_point::sleep_until(t0 + ms); in main()
|
/third_party/boost/boost/thread/pthread/ |
D | thread_data.hpp | 286 void sleep_until(const chrono::time_point<Clock, Duration>& t) in sleep_until() function 347 void sleep_until(const chrono::time_point<chrono::steady_clock, Duration>& t) in sleep_until() function 353 void sleep_until(const chrono::time_point<Clock, Duration>& t) in sleep_until() function 389 void sleep_until(const chrono::time_point<Clock, Duration>& t) 391 this_thread::sleep_until(t);
|
/third_party/boost/boost/thread/win32/ |
D | thread_data.hpp | 222 void sleep_until(const chrono::time_point<chrono::steady_clock, Duration>& t) in sleep_until() function 228 void sleep_until(const chrono::time_point<Clock, Duration>& t) in sleep_until() function 273 void sleep_until(const chrono::time_point<chrono::steady_clock, Duration>& t) in sleep_until() function 279 void sleep_until(const chrono::time_point<Clock, Duration>& t) in sleep_until() function
|
/third_party/boost/libs/chrono/example/ |
D | simulated_thread_interface_demo.cpp | 69 void sleep_until(const boost::chrono::time_point<Clock, Duration>& t) in sleep_until() function 177 this_thread::sleep_until(time_limit); in basic_examples() 188 this_thread::sleep_until(system_clock::now() + duration<double>(1.5)); in basic_examples()
|
D | time2_demo_output.txt | 12 sleep_until 10:47:17.728293 which is 4499340 microseconds away 18 sleep_until 10:47:14.729077 which is 1499979 microseconds away
|
D | time2_demo.cpp | 95 void sleep_until(const boost::chrono::time_point<Clock, Duration>& t) in sleep_until() function 203 this_thread::sleep_until(time_limit); in basic_examples() 214 this_thread::sleep_until(system_clock::now() + duration<double>(1.5)); in basic_examples()
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 186 def sleep_until(self, time): member in StrictRealTime 224 def sleep_until(self, time): member in StrictFakeTime
|
D | __init__.py | 624 def sleep_until(self, time): member in Time
|
/third_party/boost/libs/config/test/ |
D | boost_no_cxx11_hdr_thread.ipp | 22 using std::this_thread::sleep_until;
|
/third_party/boost/boost/fiber/ |
D | operations.hpp | 38 void sleep_until( std::chrono::time_point< Clock, Duration > const& sleep_time_) { in sleep_until() function
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | null_event.ipp | 43 std::this_thread::sleep_until((std::chrono::steady_clock::time_point::max)());
|
/third_party/boost/boost/asio/detail/impl/ |
D | null_event.ipp | 43 std::this_thread::sleep_until((std::chrono::steady_clock::time_point::max)());
|
/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsoundsrc.c | 615 guint64 sleep_time_ms, sleep_until; in gst_directsound_src_read() local 699 sleep_until = gst_clock_get_time (dsoundsrc->system_clock) + in gst_directsound_src_read() 704 dsoundsrc->read_wait_clock_id, sleep_until) == FALSE)) { in gst_directsound_src_read() 708 gst_clock_new_single_shot_id (dsoundsrc->system_clock, sleep_until); in gst_directsound_src_read()
|
/third_party/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsoundsink.c | 621 GstClockTime sleep_time_ms = 0, sleep_until; in gst_directsound_sink_write() local 647 sleep_until = gst_clock_get_time (dsoundsink->system_clock) + in gst_directsound_sink_write() 657 dsoundsink->write_wait_clock_id, sleep_until) == FALSE)) { in gst_directsound_sink_write() 665 sleep_until); in gst_directsound_sink_write()
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/ |
D | tq_multi_thread_pass.cpp | 34 boost::this_thread::sleep_until(start + milliseconds(i * 500)); in call_push()
|
/third_party/boost/libs/fiber/test/ |
D | test_fiber_dispatch.cpp | 374 boost::this_fiber::sleep_until(t0 + ms); in test_sleep_until() 386 boost::this_fiber::sleep_until(t0 + ms); in test_sleep_until()
|
D | test_fiber_post.cpp | 374 boost::this_fiber::sleep_until(t0 + ms); in test_sleep_until() 386 boost::this_fiber::sleep_until(t0 + ms); in test_sleep_until()
|
/third_party/grpc/src/python/grpcio_tests/tests/testing/ |
D | _time_test.py | 58 self._time.sleep_until(start_time + _QUANTUM)
|
/third_party/boost/libs/fiber/doc/ |
D | fiber.qbk | 42 void sleep_until( std::chrono::time_point< Clock, Duration > const& abs_time) 601 void sleep_until( std::chrono::time_point< Clock, Duration > const&); 626 [ns_function_heading this_fiber..sleep_until] 634 void sleep_until( std::chrono::time_point< Clock, Duration > const& abs_time);
|
D | fibers.qbk | 199 [def __sleep_until__ [ns_function_link this_fiber..sleep_until]]
|
D | scheduling.qbk | 143 [@http://en.cppreference.com/w/cpp/thread/sleep_until 144 `std::this_thread::sleep_until(abs_time)`] would be too simplistic.
|
/third_party/boost/libs/thread/doc/ |
D | thread_ref.qbk | 26 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 32 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 1362 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 1490 [section:sleep_until Non-member function `sleep_until()`] 1497 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 1501 void sleep_until(const chrono::time_point<Clock, Duration>& abs_time); 1513 [[Notes:] [`sleep_until()` is one of the predefined __interruption_points__.]] 1514 [[Notes:] [`no_interruption_point::sleep_until()` is NOT one of the __interruption_points__.]]
|
D | thread.qbk | 193 [def __sleep_until [link thread.thread_management.this_thread.sleep_until `sleep_until`]]
|
/third_party/boost/libs/thread/test/ |
D | test_time_jumps.cpp | 162 static void sleep_until(T t) in sleep_until() function 164 boost::this_thread::sleep_until(t); in sleep_until() 170 boost::this_thread::no_interruption_point::sleep_until(t); in sleep_until_no_int() 243 static void sleep_until(T t) in sleep_until() function 245 std::this_thread::sleep_until(t); in sleep_until() 614 Helper::sleep_until(Helper::steadyNow() + Helper::waitDur); in testSleepUntilSteady() 624 Helper::sleep_until(Helper::systemNow() + Helper::waitDur); in testSleepUntilSystem() 634 Helper::sleep_until(Helper::customNow() + Helper::waitDur); in testSleepUntilCustom()
|
D | Jamfile.v2 | 819 …[ thread-run2-noit ./threads/this_thread/sleep_until/sleep_until_pass.cpp : this_thread__sleep_unt…
|