Searched refs:timer_t (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/include/ |
| H A D | time.h | 86 typedef __timer_t timer_t; typedef 161 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict); 162 int timer_delete(timer_t); 163 int timer_gettime(timer_t, struct itimerspec *); 164 int timer_getoverrun(timer_t); 165 int timer_settime(timer_t, int, const struct itimerspec *__restrict, 201 int timer_oshandle_np(timer_t timerid);
|
| /freebsd-12.1/lib/librt/ |
| H A D | timer.c | 82 __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in __timer_create() 140 __timer_delete(timer_t timerid) in __timer_delete() 157 __timer_gettime(timer_t timerid, struct itimerspec *value) in __timer_gettime() 164 __timer_getoverrun(timer_t timerid) in __timer_getoverrun() 171 __timer_settime(timer_t timerid, int flags, in __timer_settime() 182 timer_oshandle_np(timer_t timerid) in timer_oshandle_np()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_timer_create.c | 37 static timer_t t; 43 timer_t *tp; in timer_signal_handler() 119 timer_t *tp; in timer_callback()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
| H A D | tst.sigwait.c | 44 timer_t tid; in main()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | sys-types.h | 153 typedef int timer_t; typedef
|
| /freebsd-12.1/sys/sys/ |
| H A D | types.h | 221 typedef __timer_t timer_t; typedef
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_timer.c | 117 static timer_t timer_id;
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | lockstat.c | 889 timer_t tid; in status_init()
|
| /freebsd-12.1/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 93 static timer_t ntpdate_timerid;
|