Searched refs:mtx_owned_p (Results 1 – 7 of 7) sorted by relevance
/sysdeps/mach/hurd/htl/ |
A D | pt-mutex-lock.c | 41 if (mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_lock() 57 if (mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_lock()
|
A D | pt-mutex-unlock.c | 40 if (!mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_unlock() 52 if (!mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_unlock()
|
A D | pt-mutex-timedlock.c | 42 if (mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_clocklock() 60 if (mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_clocklock()
|
A D | pt-mutex-checklocked.c | 41 if (!mtx_owned_p (mtxp, _pthread_self (), mtxp->__flags)) in __pthread_mutex_checklocked()
|
A D | pt-mutex-transfer-np.c | 48 if (!mtx_owned_p (mtxp, self, flags)) in __pthread_mutex_transfer_np()
|
A D | pt-mutex-trylock.c | 42 if (mtx_owned_p (mtxp, self, mtxp->__flags)) in __pthread_mutex_trylock()
|
A D | pt-mutex.h | 65 #define mtx_owned_p(mtx, pt, flags) \ macro
|
Completed in 5 milliseconds