Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDgthr-solaris.h78 __gthrw(thr_self) in __gthrw()
200 if (__gthrw_(thr_setprio) (__gthrw_(thr_self) (), sys_priority) == 0) in __gthread_objc_thread_set_priority()
215 if (__gthrw_(thr_getprio) (__gthrw_(thr_self) (), &sys_priority) == 0) in __gthread_objc_thread_get_priority()
253 return (objc_thread_t) __gthrw_(thr_self) (); in __gthread_objc_thread_id()
504 thread_t me = __gthrw_(thr_self) (); in __gthread_recursive_mutex_lock()
522 thread_t me = __gthrw_(thr_self) (); in __gthread_recursive_mutex_trylock()
HDChangeLog-20063286 * gthr-solaris.h: Prototype __gthrw forms of thr_self, mutex_init and
/NextBSD/sys/sys/
HDthr.h80 int thr_self(long *id);
HDsyscall.mk315 thr_self.o \
/NextBSD/lib/libthr/thread/
HDMakefile.inc44 thr_self.c \
HDthr_fork.c197 thr_self(&curthread->tid); in __thr_fork()
HDthr_init.c390 thr_self(&thread->tid); in init_main_thread()
HDthr_workq.c457 (void)thr_self(&newthread->tid); in _pthread_newthread()
/NextBSD/lib/libc/include/
HDreentrant.h126 #define thr_self() _pthread_self() macro
/NextBSD/cddl/contrib/opensolaris/head/
HDthread.h47 #define thr_self() (unsigned long)pthread_self() macro
/NextBSD/sys/kern/
HDcapabilities.conf722 thr_self
/NextBSD/crypto/openssl/crypto/threads/
HDth-lock.c246 ret = (unsigned long)thr_self(); in solaris_thread_id()
HDmttest.c854 CRYPTO_THREADID_set_numeric((unsigned long)thr_self()); in solaris_thread_id()
/NextBSD/contrib/unbound/util/
HDlocks.h194 #define ub_thread_self() thr_self()
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h216 #define curthread ((void *)(uintptr_t)thr_self())
562 #define CPU_SEQID (thr_self() & (max_ncpus - 1))
/NextBSD/lib/librt/
HDsigev_thread.c376 thr_self(&tn->tn_lwpid); in sigev_service_loop()
/NextBSD/lib/libc/sys/
HDSymbol.map296 thr_self;
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDkernel.c695 (void) printf("%lu ", thr_self()); in __dprintf()