Searched defs:mutex_unlock (Results 1 – 5 of 5) sorted by relevance
366 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) in DRD_() argument460 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_() local
374 DRD_(mutex_unlock)(arg[1], arg[2]); in handle_client_request() local418 DRD_(mutex_unlock)(mutex, mutex_type); in handle_client_request() local
159 DBusMutexUnlockFunction mutex_unlock; /**< Function to unlock a mutex; optional and deprecated. */ member
116 #define mutex_unlock(l) \ macro
504 # pragma weak mutex_unlock macro