Home
last modified time | relevance | path

Searched defs:Sleep (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/test/core/promise/
Dsleep_test.cc59 TEST(Sleep, Zzzz) { in TEST() argument
77 TEST(Sleep, OverlyEagerEventEngine) { in TEST() argument
104 TEST(Sleep, AlreadyDone) { in TEST() argument
120 TEST(Sleep, Cancel) { in TEST() argument
139 TEST(Sleep, MoveSemantics) { in TEST() argument
159 TEST(Sleep, StressTest) { in TEST() argument
/third_party/rust/rust/tests/ui/async-await/
Dpin-needed-to-poll.rs7 struct Sleep; struct
9 impl Future for Sleep { implementation
17 impl Drop for Sleep { implementation
Dpin-needed-to-poll-2.rs8 struct Sleep(std::marker::PhantomPinned); struct
10 impl Future for Sleep { implementation
18 impl Drop for Sleep { implementation
/third_party/grpc/src/core/lib/promise/
Dsleep.h35 explicit Sleep(Duration timeout) : Sleep(Timestamp::Now() + timeout) {} in Sleep() function
40 Sleep(Sleep&& other) noexcept in Sleep() function
Dsleep.cc33 Sleep::Sleep(Timestamp deadline) : deadline_(deadline) {} in Sleep() function in grpc_core::Sleep
/third_party/jerryscript/docs/
D05.PORT-API.md225 ## Sleep section in Reference
367 ## Sleep section in How to port JerryScript
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dplatform_thread.cc51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread
/third_party/typescript/lib/
Dlib.scripthost.d.ts221 Sleep(intTime: number): void; variable
/third_party/typescript/src/lib/
Dscripthost.d.ts201 Sleep(intTime: number): void; variable
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils_unittest.cpp57 TEST(TestUtils, Sleep) in TEST() argument
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp386 void Sleep(unsigned int milliseconds) in Sleep() function
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp331 void Sleep(unsigned int milliseconds) in Sleep() function
/third_party/rust/rust/src/tools/miri/src/shims/
Dtime.rs257 fn Sleep(&mut self, timeout: &OpTy<'tcx, Provenance>) -> InterpResult<'tcx> { in Sleep() method
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dthread.rs32 Sleep(Duration), enumerator
/third_party/python/Modules/
D_tkinter.c362 Sleep(int milli) in Sleep() function
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs498 pub fn Sleep(dwmilliseconds: u32) -> (); in Sleep() function
/third_party/typescript/tests/lib/
Dlib.d.ts17216 Sleep(intTime: number): void; variable