HomeSort by: relevance | last modified time | path
    Searched defs:thunk_to_timeval (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/usermode/usermode/
thunk.c 139 thunk_to_timeval(const struct thunk_timeval *ttv, struct timeval *tv) function in typeref:typename:void
155 thunk_to_timeval(&tit->it_interval, &it->it_interval);
156 thunk_to_timeval(&tit->it_value, &it->it_value);

Completed in 12 milliseconds