Searched refs:end_timeout_ns (Results 1 – 1 of 1) sorted by relevance
654 uint64_t end_timeout_ns = expected_end_ns + (EXTRA_TIMEOUT_SECS * NSEC_PER_SEC); variable666 while ((last_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC)) < end_timeout_ns) {672 T_EXPECT_LE(last_ns, end_timeout_ns, "received SIGPROF within the timeout (%.9gs < %.9gs)",673 (double)(last_ns - start_ns) / 1e9, (double)(end_timeout_ns - start_ns) / 1e9);697 uint64_t end_timeout_ns = expected_end_ns + (EXTRA_TIMEOUT_SECS * NSEC_PER_SEC); variable709 while ((last_ns = clock_gettime_nsec_np(CLOCK_MONOTONIC)) < end_timeout_ns) {716 T_EXPECT_LE(last_ns, end_timeout_ns, "received SIGPROF within the timeout (%.9gs < %.9gs)",717 (double)(last_ns - start_ns) / 1e9, (double)(end_timeout_ns - start_ns) / 1e9);