Searched refs:ROBUST_LOCK (Results 1 – 4 of 4) sorted by relevance
/sysdeps/mach/hurd/htl/ |
A D | pt-mutex-lock.c | 68 ROBUST_LOCK (self, mtxp, lll_robust_lock, flags); in __pthread_mutex_lock()
|
A D | pt-mutex-trylock.c | 72 ROBUST_LOCK (self, mtxp, lll_robust_trylock); in __pthread_mutex_trylock()
|
A D | pt-mutex.h | 27 #define ROBUST_LOCK(self, mtxp, cb, ...) \ macro
|
A D | pt-mutex-timedlock.c | 71 ROBUST_LOCK (self, mtxp, lll_robust_abstimed_lock, tsp, flags, clockid); in __pthread_mutex_clocklock()
|
Completed in 4 milliseconds