Home
last modified time | relevance | path

Searched refs:pthread_getthreadid_np (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/lib/libthr/thread/
H A Dthr_getthreadid_np.c39 __weak_reference(_thr_getthreadid_np, pthread_getthreadid_np);
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h28 #define __kmp_gettid() pthread_getthreadid_np()
/freebsd-13.1/include/
H A Dpthread_np.h54 int pthread_getthreadid_np(void);
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_log.c189 pid = pthread_getthreadid_np(); in osm_log()
305 pid = pthread_getthreadid_np(); in osm_log_v2()
/freebsd-13.1/lib/libthr/
H A Dpthread.map320 pthread_getthreadid_np;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc26 #include <pthread_np.h> // For pthread_getthreadid_np() / pthread_set_name_np()
119 return uint64_t(pthread_getthreadid_np());
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h145 #define pthread_getthreadid_np _pthread_getthreadid_np macro
H A Dun-namespace.h126 #undef pthread_getthreadid_np
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map341 pthread_getthreadid_np;
H A D_pthread_stubs.c254 STUB_FUNC(pthread_getthreadid_np, PJT_GETTHREADID_NP, int)
/freebsd-13.1/share/man/man3/
H A DMakefile399 pthread_getthreadid_np.3 \