Searched refs:clockid_t (Results 1 - 25 of 76) sorted by path

1234

/netbsd-current/usr.sbin/rtadvd/
H A Dprog_ops.h37 int (*op_clock_gettime)(clockid_t, struct timespec *);
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dmythread.h120 clockid_t clk_id;
/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dmytime.c37 static clockid_t clk_id = CLOCK_MONOTONIC;
/netbsd-current/include/
H A Dlwp.h57 int _lwp_park(clockid_t, int, struct timespec *, lwpid_t,
/netbsd-current/lib/libc/compat/include/
H A Dlwp.h45 int ___lwp_park60(clockid_t, int, struct timespec *, lwpid_t,
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_clock.c61 clock_settime(clockid_t clockid, const struct timespec50 * tim50)
77 clock_gettime(clockid_t clockid, struct timespec50 *tim50)
89 clock_getres(clockid_t clockid, struct timespec50 *tim50)
/netbsd-current/lib/libc/sys/
H A Dclock_getcpuclockid.c41 clock_getcpuclockid(pid_t pid, clockid_t *clock_id)
H A Dclock_settime.c56 int ____clock_settime50(clockid_t, const struct timespec *);
59 clock_settime(clockid_t clock_id, const struct timespec *tp)
/netbsd-current/lib/libpthread/
H A Dpthread.h138 int pthread_condattr_setclock(pthread_condattr_t *, clockid_t);
140 clockid_t * __restrict);
168 int pthread_getcpuclockid(pthread_t, clockid_t *);
/netbsd-current/lib/librumpuser/
H A Drumpfiber.c459 clockid_t clk;
/netbsd-current/sys/compat/sys/
H A Dclockctl.h57 clockid_t clock_id;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1151 CHECK_TYPE_SIZE(clockid_t); variable
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_controller.h30 int (*WallClockReader)(clockid_t, struct timespec *) = 0;
/netbsd-current/sys/sys/
H A Dclockctl.h57 clockid_t clock_id;
/netbsd-current/tests/lib/libc/sys/
H A Dt_timer_create.c54 timer_signal_create(clockid_t cid, bool expire)
/netbsd-current/usr.bin/rump_dhcpclient/
H A Dcommon.c88 static clockid_t posix_clock;
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dclock.c19 extern int __wrap_clock_gettime(clockid_t, struct timespec *);
20 extern int __real_clock_gettime(clockid_t, struct timespec *);
52 __wrap_clock_gettime(clockid_t clk_id, struct timespec *tp)
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dclock_gettime.c14 clock_gettime(clockid_t clock_id, struct timespec *tp)
H A Dtime.h26 typedef int clockid_t; typedef
27 int clock_gettime(clockid_t, struct timespec *);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dos_unix.c74 static clockid_t clock_id = CLOCK_BOOTTIME;
76 static clockid_t clock_id = CLOCK_MONOTONIC;
78 static clockid_t clock_id = CLOCK_REALTIME;
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dtime.h97 int clock_gettime(clockid_t, struct timespec *)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Ddispatcher.c818 __collector_timer_create_symver (int(real_timer_create) (), clockid_t clockid, struct sigevent *sevp,
823 __collector_timer_create_2_3_3 (clockid_t clockid, struct sigevent *sevp,
837 __collector_timer_create_2_2 (clockid_t clockid, struct sigevent *sevp,
850 __collector_timer_create_2_2_5 (clockid_t clockid, struct sigevent *sevp,
862 int timer_create (clockid_t clockid, struct sigevent *sevp, timer_t *timerid)
865 __collector_timer_create_symver (int(real_timer_create) (), clockid_t clockid,
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dztest.c65 #define clockid_t xclockid_t macro
309 clockid_t cid;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dsystem_clock.c50 static int weak_gettime (clockid_t, struct timespec *)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1196 CHECK_TYPE_SIZE(clockid_t); variable

Completed in 473 milliseconds

1234