Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h85 int thunk_setitimer(int, const struct thunk_itimerval *, struct thunk_itimerval *);
/netbsd-src/sys/arch/usermode/usermode/
H A Dmachdep.c302 thunk_setitimer(ITIMER_REAL, &itimer, NULL); in usermode_reboot()
H A Dthunk.c252 thunk_setitimer(int which, const struct thunk_itimerval *value, in thunk_setitimer() function