/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
H A D | _time.py | 186 def sleep_for(self, duration): member in StrictRealTime 221 def sleep_for(self, duration): member in StrictFakeTime
|
H A D | __init__.py | 617 def sleep_for(self, duration): member in Time
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ProgramTest.cpp | 26 void sleep_for(unsigned int seconds) { in sleep_for() function 31 void sleep_for(unsigned int seconds) { in sleep_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | thread_data.hpp | 243 void sleep_for(const chrono::duration<Rep, Period>& d) in sleep_for() function 294 void sleep_for(const chrono::duration<Rep, Period>& d) in sleep_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | thread_data.hpp | 295 void sleep_for(const chrono::duration<Rep, Period>& d) in sleep_for() function 341 void sleep_for(const chrono::duration<Rep, Period>& d) in sleep_for() function
|
/aosp_15_r20/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/ |
H A D | sleep_inline.h | 24 inline void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for() function
|
/aosp_15_r20/external/pigweed/pw_thread_stl/public/pw_thread_stl/ |
H A D | sleep_inline.h | 24 inline void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for() function
|
/aosp_15_r20/external/pigweed/pw_thread_embos/ |
H A D | sleep.cc | 29 void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for() function
|
/aosp_15_r20/external/pigweed/pw_thread_freertos/ |
H A D | sleep.cc | 30 void sleep_for(SystemClock::duration sleep_duration) { in sleep_for() function
|
/aosp_15_r20/external/pigweed/pw_thread_threadx/ |
H A D | sleep.cc | 29 void sleep_for(chrono::SystemClock::duration sleep_duration) { in sleep_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__thread/ |
D | this_thread.h | 38 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__thread/ |
D | this_thread.h | 35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__thread/ |
D | this_thread.h | 35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__thread/ |
H A D | this_thread.h | 35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__thread/ |
D | this_thread.h | 35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__thread/ |
D | this_thread.h | 35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | thread.cpp | 92 void sleep_for(const chrono::nanoseconds& ns) { in sleep_for() function
|
/aosp_15_r20/external/libcxx/src/ |
H A D | thread.cpp | 115 sleep_for(const chrono::nanoseconds& ns) in sleep_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | simulated_thread_interface_demo.cpp | 59 void sleep_for(const boost::chrono::duration<Rep, Period>& d) in sleep_for() function
|
D | time2_demo.cpp | 85 void sleep_for(const boost::chrono::duration<Rep, Period>& d) in sleep_for() function
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | constexpr-instantiate.cpp | 189 void sleep_for() { in sleep_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_time_jumps.cpp | 150 static void sleep_for(T d) in sleep_for() function 237 static void sleep_for(T d) in sleep_for() function
|