Home
last modified time | relevance | path

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

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