Searched refs:timer_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 21 typedef void * timer_t; typedef 23 typedef void * timer_t; typedef 106 int timer_create(clockid_t clock_id, struct sigevent *evp, timer_t *timerid); 108 int timer_create(clockid_t clock_id, struct sigevent *evp, timer_t *timerid) in timer_create() 114 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, 117 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, in timer_settime() 124 int timer_delete(timer_t timerid); 126 int timer_delete(timer_t timerid) in timer_delete() 155 static timer_t event_timer = (timer_t) -1; 288 if (event_timer != (timer_t) -1) { in ngx_eventport_done() [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.h | 51 timer_t ft_tid;
|
| /f-stack/freebsd/sys/ |
| H A D | types.h | 221 typedef __timer_t timer_t; typedef
|