Searched refs:isLockFunction (Results 1 – 1 of 1) sorted by relevance
52 bool isLockFunction(const CallEvent &Call) const;109 bool BlockInCriticalSectionChecker::isLockFunction(const CallEvent &Call) const { in isLockFunction() function in BlockInCriticalSectionChecker148 && !isLockFunction(Call) in checkPostCall()157 } else if (isLockFunction(Call)) { in checkPostCall()