/external/rust/crates/tokio/src/time/driver/ |
D | sleep.rs | 21 pub fn sleep_until(deadline: Instant) -> Sleep { in sleep_until() 60 pub fn sleep(duration: Duration) -> Sleep { in sleep() 168 impl Sleep { implementation 169 pub(crate) fn new_timeout(deadline: Instant) -> Sleep { in new_timeout() 238 impl Future for Sleep { implementation
|
/external/pigweed/pw_thread/ |
D | sleep_facade_test.cc | 45 TEST(Sleep, SleepFor) { in TEST() argument 55 TEST(Sleep, SleepUntil) { in TEST() argument 65 TEST(Sleep, SleepForInC) { in TEST() argument 76 TEST(Sleep, SleepUntilInC) { in TEST() argument
|
/external/rust/crates/rayon-core/src/sleep/ |
D | mod.rs | 23 pub(super) struct Sleep { struct 28 worker_sleep_states: Vec<CachePadded<WorkerSleepState>>, argument 52 struct WorkerSleepState { argument 63 impl Sleep { implementation 64 pub(super) fn new(logger: Logger, n_threads: usize) -> Sleep { in new()
|
/external/sfntly/cpp/src/test/ |
D | platform_thread.cc | 51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread
|
/external/libchrome/mojo/core/ |
D | test_utils.cc | 50 void Sleep(MojoDeadline deadline) { in Sleep() function
|
/external/webrtc/api/test/ |
D | create_time_controller_unittest.cc | 58 void FakeAlarm::Sleep(TimeDelta duration) { in Sleep() function in webrtc::__anon8214ce1e0111::FakeAlarm
|
/external/webrtc/test/network/ |
D | feedback_generator.cc | 33 void FeedbackGeneratorImpl::Sleep(TimeDelta duration) { in Sleep() function in webrtc::FeedbackGeneratorImpl
|
/external/rust/crates/parking_lot_core/src/thread_parker/windows/ |
D | mod.rs | 180 fn Sleep(a: winapi::shared::minwindef::DWORD); in thread_yield() function
|
/external/libchrome/base/threading/ |
D | platform_thread_posix.cc | 177 void PlatformThread::Sleep(TimeDelta duration) { in Sleep() function in base::PlatformThread
|
/external/webrtc/test/time_controller/ |
D | external_time_controller_unittest.cc | 70 void FakeAlarm::Sleep(TimeDelta duration) { in Sleep() function in webrtc::__anon7c6677c50111::FakeAlarm
|
/external/angle/util/ |
D | test_utils_unittest.cpp | 57 TEST(TestUtils, Sleep) in TEST() argument
|
/external/walt/ios/WALT/ |
D | WALTClient.m | 67 static void Sleep(int64_t us) { function
|
/external/angle/util/windows/ |
D | test_utils_win.cpp | 386 void Sleep(unsigned int milliseconds) in Sleep() function
|
/external/rmi4utils/rmidevice/ |
D | rmidevice.cpp | 333 int Sleep(int ms) in Sleep() function
|
/external/libchrome/mojo/public/c/system/tests/ |
D | core_perftest.cc | 239 void Sleep(int64_t microseconds) { in Sleep() function in __anon588b62bf0111::CorePerftest
|
/external/angle/util/posix/ |
D | test_utils_posix.cpp | 331 void Sleep(unsigned int milliseconds) in Sleep() function
|
/external/ltp/testcases/kernel/io/disktest/ |
D | sfunc.c | 652 void Sleep(unsigned int msecs) in Sleep() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 49 const char *Sleep() { return Yellow(); } in Sleep() function in __tsan::Decorator
|
/external/webrtc/rtc_base/task_utils/ |
D | repeating_task_unittest.cc | 35 void Sleep(TimeDelta time_delta) { in Sleep() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cpp | 44 const char *Sleep() { return Yellow(); } in Sleep() function in __tsan::Decorator
|
/external/autotest/server/cros/cfm/configurable_test/ |
D | actions.py | 309 class Sleep(Action): class
|
/external/python/cpython3/Modules/ |
D | _tkinter.c | 353 Sleep(int milli) in Sleep() function
|
/external/python/cpython2/Modules/ |
D | _tkinter.c | 320 Sleep(int milli) in Sleep() function
|