Home
last modified time | relevance | path

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

/dports/sysutils/conman/conman-conman-0.3.0/
H A Dtpoll.h72 int tpoll_timeout_absolute (tpoll_t tp, callback_f cb, void *arg,
H A Dtpoll.c433 tpoll_timeout_absolute (tpoll_t tp, callback_f cb, void *arg, in tpoll_timeout_absolute() function
501 return (tpoll_timeout_absolute (tp, cb, arg, &tv)); in tpoll_timeout_relative()
H A Dserver.c592 if (tpoll_timeout_absolute (tp_global, in schedule_timestamp()