Searched refs:isUnlockFunction (Results 1 – 1 of 1) sorted by relevance
54 bool isUnlockFunction(const CallEvent &Call) const;128 bool BlockInCriticalSectionChecker::isUnlockFunction(const CallEvent &Call) const { in isUnlockFunction() function in BlockInCriticalSectionChecker150 && !isUnlockFunction(Call)) in checkPostCall()155 if (isUnlockFunction(Call) && mutexCount > 0) { in checkPostCall()