Home
last modified time | relevance | path

Searched defs:__ts_sec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_timespec.h35 typedef decltype(__ts.tv_sec) __ts_sec; __convert_to_timespec() typedef
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h217 using __ts_sec = decltype(__ts.tv_sec); in __do_timed_wait() local