Home
last modified time | relevance | path

Searched defs:clock_gettime (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libc/sys/
H A Dw_clock_gettime.c23 WRAP(clock_gettime)(clockid_t clock_id, struct timespec *tp) in WRAP() argument
/openbsd/lib/libc/gen/
H A Dtimespec_get.c40 if (WRAP(clock_gettime)(CLOCK_REALTIME, ts) == -1) in timespec_get() local
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs187 # define clock_gettime(clock_id, tp) _clock_gettime(aTHX_ clock_id, tp) macro
752 # define clock_gettime(clock_id, ts) th_clock_gettime((clock_id), (ts)) macro
/openbsd/sys/kern/
H A Dkern_time.c114 clock_gettime(struct proc *p, clockid_t clock_id, struct timespec *tp) in clock_gettime() function
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2208 TEST(MemorySanitizer, clock_gettime) { in TEST() argument