Searched refs:NANOSEC (Results 1 – 3 of 3) sorted by relevance
29 #ifndef NANOSEC30 # define NANOSEC ((uint64_t) 1e9) macro48 ASSERT_UINT64_GT(diff, (uint64_t) 25 * NANOSEC / MILLISEC); in TEST_IMPL()
28 #undef NANOSEC29 #define NANOSEC ((uint64_t) 1e9) macro300 secs = (double)(end_time - start_time) / NANOSEC; in pound_it()
55 #undef NANOSEC56 #define NANOSEC ((uint64_t) 1e9) macro828 ts.tv_sec = timeout / NANOSEC; in uv_cond_timedwait()829 ts.tv_nsec = timeout % NANOSEC; in uv_cond_timedwait()835 timeout += tv.tv_sec * NANOSEC + tv.tv_usec * 1e3; in uv_cond_timedwait()839 ts.tv_sec = timeout / NANOSEC; in uv_cond_timedwait()840 ts.tv_nsec = timeout % NANOSEC; in uv_cond_timedwait()
Completed in 12 milliseconds