Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13818 timer_t htimer = g_posix_timers[timerid]; in _syscall2()
13825 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13844 timer_t htimer = g_posix_timers[timerid]; in _syscall2()
13851 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13871 timer_t htimer = g_posix_timers[timerid]; in _syscall2()
13873 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13894 timer_t htimer = g_posix_timers[timerid]; in _syscall2()
13896 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13915 timer_t htimer = g_posix_timers[timerid]; in do_syscall()
13916 ret = get_errno(timer_getoverrun(htimer)); in do_syscall()
13589 timer_t htimer = g_posix_timers[timerid]; _syscall2() local
13615 timer_t htimer = g_posix_timers[timerid]; _syscall2() local
13642 timer_t htimer = g_posix_timers[timerid]; _syscall2() local
13665 timer_t htimer = g_posix_timers[timerid]; _syscall2() local
13686 timer_t htimer = g_posix_timers[timerid]; _syscall2() local
13702 timer_t htimer = g_posix_timers[timerid]; _syscall2() local
[all...]