Searched refs:end_timeout_ns (Results 1 – 1 of 1) sorted by relevance
721 uint64_t end_timeout_ns = expected_end_ns + (EXTRA_TIMEOUT_SECS * NSEC_PER_SEC); variable733 while ((last_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC)) < end_timeout_ns) {739 T_EXPECT_LE(last_ns, end_timeout_ns, "received SIGPROF within the timeout (%.9gs < %.9gs)",740 (double)(last_ns - start_ns) / 1e9, (double)(end_timeout_ns - start_ns) / 1e9);756 uint64_t end_timeout_ns = expected_end_ns + (EXTRA_TIMEOUT_SECS * NSEC_PER_SEC); variable790 while ((last_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC)) < end_timeout_ns) {797 T_EXPECT_LE(last_ns, end_timeout_ns, "received SIGPROF within the timeout (%.9gs < %.9gs)",798 (double)(last_ns - start_ns) / 1e9, (double)(end_timeout_ns - start_ns) / 1e9);