Home
last modified time | relevance | path

Searched defs:clockid (Results 1 – 24 of 24) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dnanosleep.c50 char *clockstring(int clockid) in clockstring()
101 int nanosleep_test(int clockid, long long ns) in nanosleep_test()
134 int clockid, ret; in main() local
Dnsleep-lat.c50 char *clockstring(int clockid) in clockstring()
98 int nanosleep_lat_test(int clockid, long long ns) in nanosleep_lat_test()
147 int clockid, ret; in main() local
Dinconsistency-check.c50 char *clockstring(int clockid) in clockstring()
155 int clockid, opt; in main() local
Dalarmtimer-suspend.c57 char *clockstring(int clockid) in clockstring()
Dset-timer-lat.c58 char *clockstring(int clockid) in clockstring()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getclock/
D1-1.c26 clockid_t clockid; in main() local
D1-2.c27 clockid_t clockid; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/
D1-3.c38 clockid_t clockid; in main() local
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c69 unsigned long long getustime(int clockid) in getustime()
88 int timerfd_create(int clockid, int flags) in timerfd_create()
Dtimerfd_create01.c35 int clockid; member
/external/ltp/include/lapi/
Dtimerfd.h30 int timerfd_create(int clockid, int flags) in timerfd_create()
/external/strace/
Dtime.c195 printclockname(int clockid) in printclockname()
Dperf_event_struct.h64 int32_t clockid; member
/external/libchrome/base/message_loop/
Dmessage_pump_android.cc43 int timerfd_create(int clockid, int flags) { in timerfd_create()
/external/kernel-headers/original/uapi/linux/
Dnet_tstamp.h172 __kernel_clockid_t clockid;/* reference clockid */ member
Dperf_event.h425 __s32 clockid; member
Dpkt_sched.h1055 __s32 clockid; member
/external/strace/tests/
Dperf_event_open.c150 const char *clockid, uint32_t available_size) in print_event_attr()
/external/strace/tests-m32/
Dperf_event_open.c150 const char *clockid, uint32_t available_size) in print_event_attr()
/external/strace/tests-mx32/
Dperf_event_open.c150 const char *clockid, uint32_t available_size) in print_event_attr()
/external/libnl/include/linux-private/linux/
Dpkt_sched.h959 __s32 clockid; member
/external/llvm-project/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1717 #define __sanitizer_syscall_pre_timerfd_create(clockid, flags) \ argument
1719 #define __sanitizer_syscall_post_timerfd_create(res, clockid, flags) \ argument
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1718 #define __sanitizer_syscall_pre_timerfd_create(clockid, flags) \ argument
1720 #define __sanitizer_syscall_post_timerfd_create(res, clockid, flags) \ argument
/external/libfuse/lib/
Dfuse.c2485 static clockid_t clockid = CLOCK_MONOTONIC; in curr_time() local