Searched defs:mutex_p (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_clientreq.c166 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); local
167 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
176 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); local
177 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
186 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); local
187 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
206 struct mutex_info* const mutex_p local
[all...]
H A Ddrd_mutex.c438 struct mutex_info* mutex_p = DRD_(mutex_get)(spinlock); local
439 if (mutex_p)

Completed in 73 milliseconds