Home
last modified time | relevance | path

Searched refs:__libcpp_thread_sleep_for (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dtimed_backoff_policy.h29 __libcpp_thread_sleep_for(chrono::milliseconds(8)); in operator()
31 __libcpp_thread_sleep_for(__elapsed / 2); in operator()
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h115 _LIBCPP_EXPORTED_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns);
H A Dpthread.h196 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() function
H A Dc11.h167 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp94 __libcpp_thread_sleep_for(ns); in hardware_concurrency()