Searched defs:mutex_unlock (Results 1 – 4 of 4) 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
373 DRD_(mutex_unlock)(arg[1], arg[2]); in handle_client_request() local417 DRD_(mutex_unlock)(mutex, mutex_type); in handle_client_request() local
296 static int mutex_unlock(unsigned long *m) in mutex_unlock() function
116 #define mutex_unlock(l) \ macro