Searched refs:_pthread_self (Results 1 – 15 of 15) sorted by relevance
40 self = _pthread_self (); in __pthread_mutex_lock()56 self = _pthread_self (); in __pthread_mutex_lock()67 self = _pthread_self (); in __pthread_mutex_lock()
41 self = _pthread_self (); in __pthread_mutex_trylock()61 self = _pthread_self (); in __pthread_mutex_trylock()71 self = _pthread_self (); in __pthread_mutex_trylock()
39 self = _pthread_self (); in __pthread_mutex_unlock()51 self = _pthread_self (); in __pthread_mutex_unlock()65 self = _pthread_self (); in __pthread_mutex_unlock()
41 self = _pthread_self (); in __pthread_mutex_clocklock()59 self = _pthread_self (); in __pthread_mutex_clocklock()70 self = _pthread_self (); in __pthread_mutex_clocklock()
36 #define _pthread_self() \ macro51 #define _pthread_self() ___pthread_self macro
41 if (!mtx_owned_p (mtxp, _pthread_self (), mtxp->__flags)) in __pthread_mutex_checklocked()
39 mtxp->__owner_id = _pthread_self ()->thread; in pthread_mutex_consistent()
30 struct __pthread *self = _pthread_self (); in __pthread_mutex_transfer_np()
47 struct __pthread *self = _pthread_self (); in __pthread_hurd_cond_timedwait_internal()
32 self = _pthread_self (); in __pthread_getspecific()
26 struct __pthread *self = _pthread_self (); in __pthread_setspecific()
61 struct __pthread *self = _pthread_self (); in pthread_barrier_wait()
57 self = _pthread_self (); in __pthread_rwlock_timedwrlock_internal()
71 self = _pthread_self (); in __pthread_rwlock_timedrdlock_internal()
103 struct __pthread *self = _pthread_self (); in __pthread_cond_timedwait_internal()
Completed in 10 milliseconds