Searched refs:thr_self (Results 1 – 18 of 18) sorted by relevance
78 __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()
3286 * gthr-solaris.h: Prototype __gthrw forms of thr_self, mutex_init and
80 int thr_self(long *id);
315 thr_self.o \
44 thr_self.c \
197 thr_self(&curthread->tid); in __thr_fork()
390 thr_self(&thread->tid); in init_main_thread()
457 (void)thr_self(&newthread->tid); in _pthread_newthread()
126 #define thr_self() _pthread_self() macro
47 #define thr_self() (unsigned long)pthread_self() macro
722 thr_self
246 ret = (unsigned long)thr_self(); in solaris_thread_id()
854 CRYPTO_THREADID_set_numeric((unsigned long)thr_self()); in solaris_thread_id()
194 #define ub_thread_self() thr_self()
216 #define curthread ((void *)(uintptr_t)thr_self())562 #define CPU_SEQID (thr_self() & (max_ncpus - 1))
376 thr_self(&tn->tn_lwpid); in sigev_service_loop()
296 thr_self;
695 (void) printf("%lu ", thr_self()); in __dprintf()