Home
last modified time | relevance | path

Searched defs:__ts (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_timespec.h34 _TimeSpec __ts; __convert_to_timespec() local
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h101 __libcpp_condvar_timedwait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m, timespec* __ts) { in __libcpp_condvar_timedwait()
168 __libcpp_timespec_t __ts = std::__convert_to_timespec<__libcpp_timespec_t>(__ns); in __libcpp_thread_sleep_for() local
H A Dpthread.h126 …cpp_condvar_timedwait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m, __libcpp_timespec_t* __ts) { in __libcpp_condvar_timedwait()
197 __libcpp_timespec_t __ts = std::__convert_to_timespec<__libcpp_timespec_t>(__ns); in __libcpp_thread_sleep_for() local
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h215 timespec __ts; in __do_timed_wait() local