Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDtimers.h93 struct itimers { struct
HDproc.h588 struct itimers *p_itimers; /* (c) POSIX interval timers. */
/NextBSD/sys/kern/
HDkern_time.c1600 struct itimers *its; in itimers_alloc()
1603 its = malloc(sizeof (struct itimers), M_SUBPROC, M_WAITOK | M_ZERO); in itimers_alloc()
1630 struct itimers *its; in itimers_event_hook_exit()