HomeSort by relevance Sort by last modified time
    Searched refs:mutex_p (Results 1 - 2 of 2) sorted by null

  /external/valgrind/drd/
drd_clientreq.c 180 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); local
181 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
190 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); local
191 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
200 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); local
201 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
220 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]) local
    [all...]
drd_mutex.c 457 struct mutex_info* mutex_p = DRD_(mutex_get)(spinlock); local
458 if (mutex_p)

Completed in 58 milliseconds