Searched refs:__libcpp_thread_sleep_for (Results 1 – 6 of 6) sorted by relevance
29 __libcpp_thread_sleep_for(chrono::milliseconds(8)); in operator() 31 __libcpp_thread_sleep_for(__elapsed / 2); in operator()
115 _LIBCPP_EXPORTED_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns);
196 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() function
167 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() function
94 __libcpp_thread_sleep_for(ns); in sleep_for()
190 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() function