HomeSort by: relevance | last modified time | path
    Searched defs:timespec50_to_timespec (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/sys/
time_types.h 92 timespec50_to_timespec(const struct timespec50 *ts50, struct timespec *ts) function in typeref:typename:void
128 timespec50_to_timespec(&ts50->it_interval, &ts->it_interval);
129 timespec50_to_timespec(&ts50->it_value, &ts->it_value);

Completed in 11 milliseconds