| /tools/testing/selftests/timers/ |
| A D | posix_timers.c | 144 if (timer_create(which, NULL, &id) < 0) in check_timer_create() 189 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id)) in ctd_thread_func() 295 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_sig_ign() 368 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_rearm() 424 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_delete() 466 if (timer_create(which, &sev, &timerid)) in check_sigev_none() 513 if (timer_create(which, &sev, &timerid)) in check_gettime() 573 if (timer_create(which, &sev, &timerid)) in check_overrun()
|
| A D | alarmtimer-suspend.c | 130 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
|
| A D | set-timer-lat.c | 127 err = timer_create(clock_id, &se, tm1); in setup_timer()
|
| A D | leap-a-day.c | 296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main()
|
| /tools/testing/selftests/timens/ |
| A D | timens.h | 23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
|
| A D | timer.c | 42 if (timer_create(clockid, &sevp, &fd) == -1) { in run_test()
|
| /tools/include/nolibc/ |
| A D | time.h | 179 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 234 222 64 timer_create sys_timer_create 415 526 x32 timer_create compat_sys_timer_create
|
| A D | syscall_32.tbl | 274 259 i386 timer_create sys_timer_create compat_sys_timer_create
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 227 216 n64 timer_create sys_timer_create
|
| /tools/scripts/ |
| A D | syscall.tbl | 136 107 common timer_create sys_timer_create compat_sys_timer_create
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 279 250 common timer_create sys_timer_create compat_sys_timer_create
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 269 259 common timer_create sys_timer_create
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 269 248 common timer_create sys_timer_create
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 345 414 common timer_create sys_timer_create
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 275 257 common timer_create sys_timer_create
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 272 257 common timer_create sys_timer_create compat_sys_timer_create
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 325 266 common timer_create sys_timer_create compat_sys_timer_create
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 306 240 common timer_create sys_timer_create compat_sys_timer_create
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 264 254 common timer_create sys_timer_create compat_sys_timer_create
|
| /tools/testing/selftests/bpf/ |
| A D | test_progs.c | 261 err = timer_create(CLOCK_MONOTONIC, &watchdog_sev, &env.watchdog); in watchdog_init()
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 950 ret = timer_create(CLOCK_MONOTONIC, &evp, &timer); in test_timer()
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 6650 if (timer_create(CLOCK_REALTIME, &sev, &timerid) == -1) { in msr_sum_record()
|