Searched refs:timespec_to_timeval (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/private/libroot/
H A Dtime_private.h79 timespec_to_timeval(const timespec& spec, timeval& val) function
/haiku/src/system/libroot/posix/sys/
H A Ditimer.cpp35 timespec_to_timeval(spec.it_value, val.it_value);
36 timespec_to_timeval(spec.it_interval, val.it_interval);

Completed in 53 milliseconds