HomeSort by: relevance | last modified time | path
    Searched refs:thunk_itimerval (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/usermode/include/
thunk.h 44 struct thunk_itimerval { struct
85 int thunk_setitimer(int, const struct thunk_itimerval *, struct thunk_itimerval *);
  /src/sys/arch/usermode/usermode/
machdep.c 298 struct thunk_itimerval itimer;
thunk.c 153 thunk_to_itimerval(const struct thunk_itimerval *tit, struct itimerval *it)
160 thunk_from_itimerval(const struct itimerval *it, struct thunk_itimerval *tit)
252 thunk_setitimer(int which, const struct thunk_itimerval *value,
253 struct thunk_itimerval *ovalue)

Completed in 12 milliseconds