Home
last modified time | relevance | path

Searched refs:_pthread_self (Results 1 – 15 of 15) sorted by relevance

/sysdeps/mach/hurd/htl/
A Dpt-mutex-lock.c40 self = _pthread_self (); in __pthread_mutex_lock()
56 self = _pthread_self (); in __pthread_mutex_lock()
67 self = _pthread_self (); in __pthread_mutex_lock()
A Dpt-mutex-trylock.c41 self = _pthread_self (); in __pthread_mutex_trylock()
61 self = _pthread_self (); in __pthread_mutex_trylock()
71 self = _pthread_self (); in __pthread_mutex_trylock()
A Dpt-mutex-unlock.c39 self = _pthread_self (); in __pthread_mutex_unlock()
51 self = _pthread_self (); in __pthread_mutex_unlock()
65 self = _pthread_self (); in __pthread_mutex_unlock()
A Dpt-mutex-timedlock.c41 self = _pthread_self (); in __pthread_mutex_clocklock()
59 self = _pthread_self (); in __pthread_mutex_clocklock()
70 self = _pthread_self (); in __pthread_mutex_clocklock()
A Dpt-sysdep.h36 #define _pthread_self() \ macro
51 #define _pthread_self() ___pthread_self macro
A Dpt-mutex-checklocked.c41 if (!mtx_owned_p (mtxp, _pthread_self (), mtxp->__flags)) in __pthread_mutex_checklocked()
A Dpt-mutex-consistent.c39 mtxp->__owner_id = _pthread_self ()->thread; in pthread_mutex_consistent()
A Dpt-mutex-transfer-np.c30 struct __pthread *self = _pthread_self (); in __pthread_mutex_transfer_np()
A Dpt-hurd-cond-timedwait.c47 struct __pthread *self = _pthread_self (); in __pthread_hurd_cond_timedwait_internal()
/sysdeps/htl/
A Dpt-getspecific.c32 self = _pthread_self (); in __pthread_getspecific()
A Dpt-setspecific.c26 struct __pthread *self = _pthread_self (); in __pthread_setspecific()
A Dpt-barrier-wait.c61 struct __pthread *self = _pthread_self (); in pthread_barrier_wait()
A Dpt-rwlock-timedwrlock.c57 self = _pthread_self (); in __pthread_rwlock_timedwrlock_internal()
A Dpt-rwlock-timedrdlock.c71 self = _pthread_self (); in __pthread_rwlock_timedrdlock_internal()
A Dpt-cond-timedwait.c103 struct __pthread *self = _pthread_self (); in __pthread_cond_timedwait_internal()

Completed in 10 milliseconds