reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
147 if (!isBlockingFunction(Call) 148 && !isLockFunction(Call) 149 && !isUnlockFunction(Call)) 154 if (isUnlockFunction(Call) && mutexCount > 0) { 157 } else if (isLockFunction(Call)) { 161 SymbolRef BlockDesc = Call.getReturnValue().getAsSymbol(); 162 reportBlockInCritSection(BlockDesc, Call, C);