Searched refs:TC_ERR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_timer.c37 /* TC_ERR represents the timer_create() error return value. */
39 #define TC_ERR ERROR macro
41 #define TC_ERR (-1) macro
215 if (TC_ERR == timer_create(CLOCK_REALTIME, NULL, &timer_id)) {

Completed in 32 milliseconds