Searched refs:timer_t (Results 1 – 14 of 14) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | time.h | 173 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 D | types.h | 189 typedef int timer_t; typedef
|
/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 140 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 D | set-timer-lat.c | 111 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 D | alarmtimer-suspend.c | 107 timer_t tm1; in main()
|
H A D | leap-a-day.c | 177 timer_t tm1; in main()
|
/linux/arch/um/os-Linux/ |
H A D | time.c | 19 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 D | timer.c | 22 timer_t fd; in run_test()
|
/linux/include/linux/ |
H A D | types.h | 31 typedef __kernel_timer_t timer_t; typedef
|
H A D | posix-timers.h | 190 timer_t it_id;
|
H A D | compat.h | 691 timer_t __user *created_timer_id);
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfc_multi.h | 78 timer_t timer;
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 945 timer_t timer; in test_timer()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 6588 timer_t timerid;
|