Home
last modified time | relevance | path

Searched defs:mutex_unlock (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/drd/
Ddrd_mutex.c362 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) in DRD_() argument
458 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_() local
Ddrd_clientreq.c296 DRD_(mutex_unlock)(arg[1], arg[2]); in handle_client_request() local
336 DRD_(mutex_unlock)(mutex, mutex_type); in handle_client_request() local
/external/dbus/dbus/
Ddbus-threads.h168 DBusMutexUnlockFunction mutex_unlock; /**< Function to unlock a mutex; optional and deprecated. */ member
/external/qemu/
Dposix-aio-compat.c94 static void mutex_unlock(pthread_mutex_t *mutex) in mutex_unlock() function
/external/bluetooth/glib/glib/
Dgthread.h83 void (*mutex_unlock) (GMutex *mutex); member