Searched refs:__libcpp_thread_sleep_for (Results 1 – 5 of 5) 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 hardware_concurrency()