Searched refs:__libcpp_thread_sleep_for (Results 1 – 3 of 3) sorted by relevance
277 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns);297 __libcpp_thread_sleep_for(chrono::milliseconds(8));299 __libcpp_thread_sleep_for(__elapsed / 2);546 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns)703 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns)
108 __libcpp_thread_sleep_for(ns); in sleep_for()
247 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) in __libcpp_thread_sleep_for() function