Home | History | Annotate | Download | only in helgrind

Lines Matching refs:LK_mbRec

265       case LK_mbRec:
452 case LK_mbRec: return "mbRec";
1081 for LK_mbRec kinded locks. Since this routine is called only
1084 if (lk->kind != LK_mbRec) {
1277 tl_assert(lock->kind == LK_mbRec
1871 map_locks_lookup_or_create( mbRec ? LK_mbRec : LK_nonRec,
1892 if (lk == NULL || (lk->kind != LK_nonRec && lk->kind != LK_mbRec)) {
1980 LK_mbRec, /* if not known, create new lock with this LockKind */
2441 && (lk->kind == LK_nonRec || lk->kind == LK_mbRec) ) {