Home
last modified time | relevance | path

Searched refs:pthread_getcpuclockid (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/lib/libthr/thread/
H A Dthr_getcpuclockid.c37 __weak_reference(_pthread_getcpuclockid, pthread_getcpuclockid);
/freebsd-14.2/lib/libthr/
H A Dpthread.map309 pthread_getcpuclockid;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h119 #undef pthread_getcpuclockid
H A Dnamespace.h138 #define pthread_getcpuclockid _pthread_getcpuclockid macro
/freebsd-14.2/include/
H A Dpthread.h220 int pthread_getcpuclockid(pthread_t, clockid_t *);
/freebsd-14.2/share/man/man3/
H A DMakefile418 pthread_getcpuclockid.3 \
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2219 INTERCEPTOR(int, pthread_getcpuclockid, uptr thread,
2222 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getcpuclockid, thread, clockid);
2223 int res = REAL(pthread_getcpuclockid)(thread, clockid);
2232 COMMON_INTERCEPT_FUNCTION(pthread_getcpuclockid);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2589 fun:pthread_getcpuclockid=uninstrumented