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

  /src/sys/compat/sys/
time_types.h 100 timespec_to_timespec50(const struct timespec *ts, struct timespec50 *ts50) function in typeref:typename:void
137 timespec_to_timespec50(&ts->it_interval, &ts50->it_interval);
138 timespec_to_timespec50(&ts->it_value, &ts50->it_value);

Completed in 11 milliseconds