Home
last modified time | relevance | path

Searched refs:MTX_TYPE (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutex-checklocked.c31 switch (MTX_TYPE (mtxp)) in __pthread_mutex_checklocked()
Dpt-mutex-transfer-np.c41 switch (MTX_TYPE (mtxp)) in __pthread_mutex_transfer_np()
Dpt-mutex-lock.c33 switch (MTX_TYPE (mtxp)) in __pthread_mutex_lock()
Dpt-mutex-trylock.c32 switch (MTX_TYPE (mtxp)) in __pthread_mutex_trylock()
Dpt-mutex-unlock.c32 switch (MTX_TYPE (mtxp)) in __pthread_mutex_unlock()
Dpt-mutex.h85 #define MTX_TYPE(mtxp) \ macro
Dpt-mutex-timedlock.c34 switch (MTX_TYPE (mtxp)) in __pthread_mutex_clocklock()