Searched defs:mtx_lock (Results 1 – 13 of 13) sorted by relevance
49 volatile __uintptr_t mtx_lock; /* Owner and flags. */ member63 volatile __uintptr_t mtx_lock; /* Owner and flags. */ member
386 #define mtx_lock(m) mtx_lock_flags((m), 0) macro
72 mtx_lock(mtx_t *mtx) in mtx_lock() function
44 #define mtx_lock(lock) pthread_mutex_lock(lock) macro
65 mtx_lock(pthread_mutex_t *lock) in mtx_lock() function
159 static inline int mtx_lock(mtx_t *mtx) in mtx_lock() function
155 static inline int mtx_lock(mtx_t *mtx) in mtx_lock() function
100 struct mtx mtx_lock; member
162 struct mtx mtx_lock; member
138 mtx_lock(struct mtx *mp) in mtx_lock() function
278 mtx_lock(struct mtx *mtx) in mtx_lock() function
2573 kmp_lock_t *mtx_lock; /* is referenced by depnodes w/mutexinoutset dep */ member