Searched refs:htimer (Results 1 – 1 of 1) sorted by relevance
13589 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local13596 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()13615 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local13622 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()13642 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local13644 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()13665 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local13667 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()13686 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local13687 ret = get_errno(timer_getoverrun(htimer)); in _syscall2()[all …]