Home
last modified time | relevance | path

Searched refs:timer_t_or_int (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libfaketime/libfaketime-da77808/src/
H A Dlibfaketime.c1070 } timer_t_or_int; typedef
1083 timer_settime_common(timer_t_or_int timerid, int flags, in timer_settime_common()
1209 return (timer_settime_common((timer_t_or_int)timerid, flags, new_value, old_value, in timer_settime_22()
1231 return (timer_settime_common((timer_t_or_int)timerid, flags, new_value, old_value, in timer_settime_233()
1240 int timer_gettime_common(timer_t_or_int timerid, struct itimerspec *curr_value, ft_lib_compat compa… in timer_gettime_common()
1299 return (timer_gettime_common((timer_t_or_int)timerid, curr_value, in timer_gettime_22()
1319 return (timer_gettime_common((timer_t_or_int)timerid, curr_value, in timer_gettime_233()