Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimers.h95 struct itimers { struct
H A Dproc.h662 struct itimers *p_itimers; /* (c) POSIX interval timers. */
/f-stack/freebsd/kern/
H A Dkern_time.c1689 struct itimers *its; in itimers_alloc()
1692 its = malloc(sizeof (struct itimers), M_SUBPROC, M_WAITOK | M_ZERO); in itimers_alloc()
1713 struct itimers *its; in itimers_event_exit_exec()