Searched defs:Sleep (Results 1 – 7 of 7) sorted by relevance
| /external/sfntly/cpp/src/test/ | ||
| D | platform_thread.cc | 51 void PlatformThread::Sleep(int32_t duration_ms) { in Sleep() function in sfntly::PlatformThread |
| /external/icu/icu4c/source/test/threadtest/ | ||
| D | threadtest.cpp | 48 static void Sleep(int millis) {::Sleep(millis);}; in Sleep() function in ThreadFuncs |
| /external/compiler-rt/lib/tsan/rtl/ | ||
| D | tsan_report.cc | 49 const char *Sleep() { return Yellow(); } in Sleep() function in __tsan::Decorator |
| /external/v8/src/base/platform/ | ||
| D | platform-posix.cc | 203 void OS::Sleep(int milliseconds) { in Sleep() function in v8::base::OS |
| D | platform-win32.cc | 820 void OS::Sleep(int milliseconds) { in Sleep() function in v8::base::OS |
| /external/v8/tools/push-to-trunk/ | ||
| D | test_scripts.py | 407 def Sleep(self, seconds): member in ScriptTest |
| D | common_includes.py | 242 def Sleep(self, seconds): member in SideEffectHandler |