Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dtime.h173 int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in sys_timer_create()
179 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()
185 int sys_timer_delete(timer_t timerid) in sys_timer_delete()
191 int timer_delete(timer_t timerid) in timer_delete()
197 int sys_timer_gettime(timer_t timerid, struct itimerspec *curr_value) in sys_timer_gettime()
215 int timer_gettime(timer_t timerid, struct itimerspec *curr_value) in timer_gettime()
221 int sys_timer_settime(timer_t timerid, int flags, in sys_timer_settime()
244 int timer_settime(timer_t timerid, int flags, in timer_settime()
H A Dtypes.h189 typedef int timer_t; typedef
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c140 timer_t id; in check_timer_create()
183 timer_t id; in ctd_thread_func()
265 timer_t timerid; in check_sig_ign()
349 timer_t timerid; in check_rearm()
405 timer_t timerid; in check_delete()
461 timer_t timerid; in check_sigev_none()
499 timer_t timerid; in check_gettime()
554 timer_t timerid; in check_overrun()
H A Dset-timer-lat.c111 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in setup_timer()
200 timer_t tm1; in do_timer()
218 timer_t tm1; in do_timer_oneshot()
H A Dalarmtimer-suspend.c107 timer_t tm1; in main()
H A Dleap-a-day.c177 timer_t tm1; in main()
/linux/arch/um/os-Linux/
H A Dtime.c19 static timer_t event_high_res_timer = 0;
39 timer_t *t = &event_high_res_timer; in os_timer_create()
/linux/tools/testing/selftests/timens/
H A Dtimer.c22 timer_t fd; in run_test()
/linux/include/linux/
H A Dtypes.h31 typedef __kernel_timer_t timer_t; typedef
H A Dposix-timers.h190 timer_t it_id;
H A Dcompat.h691 timer_t __user *created_timer_id);
/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h78 timer_t timer;
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c945 timer_t timer; in test_timer()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6588 timer_t timerid;