Searched refs:timer_t (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/include/ |
| H A D | time.h | 86 typedef __timer_t timer_t; typedef 134 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict); 135 int timer_delete(timer_t); 136 int timer_gettime(timer_t, struct itimerspec *); 137 int timer_getoverrun(timer_t); 138 int timer_settime(timer_t, int, const struct itimerspec *__restrict, 173 int timer_oshandle_np(timer_t timerid);
|
| /freebsd-14.2/lib/librt/ |
| H A D | timer.c | 80 __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in __timer_create() 138 __timer_delete(timer_t timerid) in __timer_delete() 155 __timer_gettime(timer_t timerid, struct itimerspec *value) in __timer_gettime() 162 __timer_getoverrun(timer_t timerid) in __timer_getoverrun() 169 __timer_settime(timer_t timerid, int flags, in __timer_settime() 180 timer_oshandle_np(timer_t timerid) in timer_oshandle_np()
|
| /freebsd-14.2/tests/sys/kern/ |
| H A D | sigwait.c | 61 static timer_t 75 timer_t timerid; in support_create_timer() 89 support_delete_timer(timer_t timer) in support_delete_timer() 209 timer_t timerid; in ATF_TC_BODY() 236 timer_t timerid; in ATF_TC_BODY() 263 timer_t timerid; in ATF_TC_BODY() 290 timer_t timerid; in ATF_TC_BODY() 319 timer_t timerid; in ATF_TC_BODY()
|
| /freebsd-14.2/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-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
| H A D | tst.sigwait.c | 42 timer_t tid; in main()
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.h | 51 timer_t ft_tid;
|
| /freebsd-14.2/sys/sys/ |
| H A D | types.h | 220 typedef __timer_t timer_t; typedef
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_timer.c | 117 static timer_t timer_id;
|
| /freebsd-14.2/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 93 static timer_t ntpdate_timerid;
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | lockstat.c | 889 timer_t tid; in status_init()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 940 timer_t timer;
|