Home
last modified time | relevance | path

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

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