Searched refs:microsecond (Results 1 – 4 of 4) sorted by relevance
224 const int microsecond) in from_values() argument232 PRE(microsecond >= 0 && microsecond <= 999999); in from_values()259 data.tv_usec = static_cast< suseconds_t >(microsecond); in from_values()336 const int microsecond) in set_mock_now() argument339 microsecond); in set_mock_now()
57 // FILETIME's are # of 100 nanosecond ticks (1/10th of a microsecond)
519 configured (or default 1), due to making use of the new microsecond
9393 Fix microsecond vs. nanosecond confusion in my_time().