Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c13437 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13444 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13463 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13490 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13492 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13513 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13515 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13534 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13535 ret = get_errno(timer_getoverrun(htimer)); in _syscall2()
13550 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
[all …]