Home | History | Annotate | Download | only in drd

Lines Matching refs:mutex_p

133          struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
134 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
143 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
144 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
153 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
154 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
173 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
174 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)