Searched refs:__now_count_ns (Results 1 – 1 of 1) sorted by relevance
185 __ns_rep __now_count_ns = std::__safe_nanosecond_cast(__c_now.time_since_epoch()).count(); in wait_for() local188 …__ns_rep __now_count_ns = std::__safe_nanosecond_cast(system_clock::now().time_since_epoch()).coun… in wait_for() local193 if (__now_count_ns > numeric_limits<__ns_rep>::max() - __d_ns_count) { in wait_for()196 __do_timed_wait(__lk, __clock_tp_ns(nanoseconds(__now_count_ns + __d_ns_count))); in wait_for()