Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_mutex.c366 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type) in DRD_() argument
460 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_() local
Ddrd_clientreq.c373 DRD_(mutex_unlock)(arg[1], arg[2]); in handle_client_request() local
417 DRD_(mutex_unlock)(mutex, mutex_type); in handle_client_request() local
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c296 static int mutex_unlock(unsigned long *m) in mutex_unlock() function
/external/libunwind/include/
Dlibunwind_i.h116 #define mutex_unlock(l) \ macro