Searched refs:__d_ns_count (Results 1 – 1 of 1) sorted by relevance
191 __ns_rep __d_ns_count = std::__safe_nanosecond_cast(__d).count(); 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()