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

/freebsd-10.2-release/sys/sys/
H A Dthr.h75 int thr_self(long *id);
H A Dsyscall.mk309 thr_self.o \
/freebsd-10.2-release/contrib/gcc/
H A Dgthr-solaris.h78 __gthrw(thr_self)
200 if (__gthrw_(thr_setprio) (__gthrw_(thr_self) (), sys_priority) == 0)
215 if (__gthrw_(thr_getprio) (__gthrw_(thr_self) (), &sys_priority) == 0)
253 return (objc_thread_t) __gthrw_(thr_self) ();
504 thread_t me = __gthrw_(thr_self) ();
522 thread_t me = __gthrw_(thr_self) ();
/freebsd-10.2-release/lib/libthr/thread/
H A DMakefile.inc43 thr_self.c \
H A Dthr_fork.c197 thr_self(&curthread->tid);
H A Dthr_init.c392 thr_self(&thread->tid);
/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h126 #define thr_self() _pthread_self() macro
/freebsd-10.2-release/cddl/contrib/opensolaris/head/
H A Dthread.h47 #define thr_self() (unsigned long)pthread_self() macro
/freebsd-10.2-release/lib/libkse/thread/
H A DMakefile.inc88 thr_self.c \
/freebsd-10.2-release/sys/kern/
H A Dcapabilities.conf720 thr_self
/freebsd-10.2-release/crypto/openssl/crypto/threads/
H A Dth-lock.c246 ret = (unsigned long)thr_self();
H A Dmttest.c854 CRYPTO_THREADID_set_numeric((unsigned long)thr_self());
/freebsd-10.2-release/contrib/unbound/util/
H A Dlocks.h194 #define ub_thread_self() thr_self()
/freebsd-10.2-release/lib/librt/
H A Dsigev_thread.c376 thr_self(&tn->tn_lwpid);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h206 #define curthread ((void *)(uintptr_t)thr_self())
552 #define CPU_SEQID (thr_self() & (max_ncpus - 1))
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c690 (void) printf("%ul ", thr_self());

Completed in 110 milliseconds