Searched refs:pthread_getcpuclockid (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libpthread/
H A Dpthread_getcpuclockid.c1 /* $NetBSD: pthread_getcpuclockid.c,v 1.4 2022/02/12 14:59:32 riastradh Exp $ */
33 __RCSID("$NetBSD: pthread_getcpuclockid.c,v 1.4 2022/02/12 14:59:32 riastradh Exp $");
47 pthread_getcpuclockid(pthread_t thread, clockid_t *clock_id) function
H A DMakefile64 SRCS+= pthread_getcpuclockid.c
128 pthread_getcpuclockid.3 \
H A Dpthread.h168 int pthread_getcpuclockid(pthread_t, clockid_t *);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2232 INTERCEPTOR(int, pthread_getcpuclockid, uptr thread,
2235 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getcpuclockid, thread, clockid);
2236 int res = REAL(pthread_getcpuclockid)(thread, clockid);
2245 COMMON_INTERCEPT_FUNCTION(pthread_getcpuclockid);

Completed in 116 milliseconds