Searched defs:mutex_unlock (Results 1 – 5 of 5) sorted by relevance
362 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) in DRD_() argument458 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_() local
296 DRD_(mutex_unlock)(arg[1], arg[2]); in handle_client_request() local336 DRD_(mutex_unlock)(mutex, mutex_type); in handle_client_request() local
168 DBusMutexUnlockFunction mutex_unlock; /**< Function to unlock a mutex; optional and deprecated. */ member
94 static void mutex_unlock(pthread_mutex_t *mutex) in mutex_unlock() function
83 void (*mutex_unlock) (GMutex *mutex); member