Home | History | Annotate | Download | only in executer

Lines Matching refs:CurrentSyncLevel

386     if (WalkState->Thread->CurrentSyncLevel > ObjDesc->Mutex.SyncLevel)
392 WalkState->Thread->CurrentSyncLevel));
399 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
411 WalkState->Thread->CurrentSyncLevel;
412 WalkState->Thread->CurrentSyncLevel =
422 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
577 if (ObjDesc->Mutex.SyncLevel != OwnerThread->CurrentSyncLevel)
583 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel));
598 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
612 OwnerThread->CurrentSyncLevel = PreviousSyncLevel;
618 ObjDesc->Mutex.SyncLevel, WalkState->Thread->CurrentSyncLevel,
679 Thread->CurrentSyncLevel = ObjDesc->Mutex.OriginalSyncLevel;