Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_getthreadid_np.c36 __weak_reference(_thr_getthreadid_np, pthread_getthreadid_np);
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h30 #define __kmp_gettid() pthread_getthreadid_np()
/freebsd/include/
H A Dpthread_np.h52 int pthread_getthreadid_np(void);
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dassert.c49 #define libspl_gettid() pthread_getthreadid_np()
/freebsd/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/tools/test/stress2/misc/
H A Dkern_umtx_inf_loop.sh130 *(int *)the_mutex = pthread_getthreadid_np(); function
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c150 printf("thr %d\n", pthread_getthreadid_np()); in show_diff()
/freebsd/lib/libthr/
H A Dpthread.map322 pthread_getthreadid_np;
/freebsd/lib/libc/include/
H A Dnamespace.h143 #define pthread_getthreadid_np _pthread_getthreadid_np macro
H A Dun-namespace.h124 #undef pthread_getthreadid_np
/freebsd/lib/libc/gen/
H A DSymbol.map345 pthread_getthreadid_np;
H A D_pthread_stubs.c256 STUB_FUNC(pthread_getthreadid_np, PJT_GETTHREADID_NP, int)
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc33 #include <pthread_np.h> // For pthread_getthreadid_np() / pthread_set_name_np()
125 return uint64_t(pthread_getthreadid_np());
/freebsd/share/man/man3/
H A DMakefile418 pthread_getthreadid_np.3 \