Home
last modified time | relevance | path

Searched refs:find_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h41 #define __kmp_gettid() find_thread(NULL)
/freebsd/usr.bin/truss/
H A Dsetup.c507 find_thread(struct trussinfo *info, pid_t pid, lwpid_t lwpid) in find_thread() function
927 find_thread(info, si_pid, pl.pl_lwpid); in eventloop_handle_trapped()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp649 return find_thread(NULL); in GetTid()