Searched refs:timer_t (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | time.h | 138 * int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid); 139 * int timer_gettime(timer_t timerid, struct itimerspec *curr_value); in nanosleep() 140 * int timer_settime(timer_t timerid, int flags, const struct itimerspec *new_value, struct itimerspec *old_value); in nanosleep() 144 int _sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) 150 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in time() 156 int _sys_timer_delete(timer_t timerid) in time() 162 int timer_delete(timer_t timerid) 168 int _sys_timer_gettime(timer_t timerid, struct itimerspec *curr_value) in sys_timer_create() 180 int timer_gettime(timer_t timerid, struct itimerspec *curr_value) in sys_timer_delete() 186 int _sys_timer_settime(timer_t timeri in timer_delete() [all...] |
| H A D | types.h | 157 typedef int timer_t; 142 typedef int timer_t; global() typedef
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 152 timer_t id; in check_timer_create() 195 timer_t id; in ctd_thread_func() 277 timer_t timerid; in check_sig_ign() 361 timer_t timerid; in check_rearm() 417 timer_t timerid; in check_delete() 465 timer_t timerid; in check_sigev_none() 504 timer_t timerid; in check_gettime() 560 timer_t timerid; in check_overrun()
|
| H A D | set-timer-lat.c | 81 int setup_timer(int clock_id, int flags, int interval, timer_t *tm1) in timespec_sub() 170 timer_t tm1; in check_timer_latency() 188 timer_t tm1; in check_alarmcount()
|
| H A D | alarmtimer-suspend.c | 76 timer_t tm1; in timespec_sub()
|
| H A D | nanosleep.c | 95 timer_t timer; in nanosleep_test()
|
| H A D | leap-a-day.c | 180 timer_t tm1; in main()
|
| /linux/arch/um/os-Linux/ |
| H A D | time.c | 22 static timer_t event_high_res_timer[CONFIG_NR_CPUS] = { 0 }; 47 timer_t *t = &event_high_res_timer[cpu]; 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 | 30 typedef __kernel_timer_t timer_t; typedef
|
| H A D | compat.h | 695 timer_t __user *created_timer_id);
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 141 timer_t watchdog; /* watch for stalled tests/subtests */
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1153 timer_t timer; in test_pipe()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 6735 timer_t timerid;
|