Home | History | Annotate | Download | only in drd

Lines Matching refs:mutex_p

171          struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
172 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
181 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
182 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
191 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
192 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)
211 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
212 if (mutex_p && mutex_p->mutex_type == mutex_type_spinlock)