Searched refs:thr_self (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/sys/
H A Dthr.h75 int thr_self(long *id);
H A Dsyscall.mk284 thr_self.o \
/freebsd-current/lib/libc/include/
H A Dreentrant.h126 #define thr_self() _pthread_self() macro
/freebsd-current/lib/libthr/thread/
H A DMakefile.inc45 thr_self.c \
H A Dthr_fork.c231 /* before thr_self() */
236 thr_self(&curthread->tid);
H A Dthr_init.c379 thr_self(&thread->tid);
/freebsd-current/cddl/contrib/opensolaris/head/
H A Dthread.h47 #define thr_self() (unsigned long)pthread_self() macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h74 thr_self(&Tid);
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc59 thr_self thr_kill pread mmap lseek _exit \
/freebsd-current/contrib/unbound/util/
H A Dlocks.h211 #define ub_thread_self() thr_self()
/freebsd-current/lib/librt/
H A Dsigev_thread.c376 thr_self(&tn->tn_lwpid);
/freebsd-current/lib/libsys/
H A DMakefile.sys355 thr_self.2 \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp550 thr_self(&Tid);
553 return thr_self();

Completed in 272 milliseconds