Home
last modified time | relevance | path

Searched refs:PthreadUnlockFn (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp34 PthreadLockFn, PthreadTryLockFn, PthreadUnlockFn, member in __anon834468f50111::BlockInCriticalSectionChecker
72 PthreadUnlockFn("pthread_mutex_unlock"), in REGISTER_TRAIT_WITH_PROGRAMSTATE()
122 return matchesAny(Call, UnlockFn, PthreadUnlockFn, MtxUnlock); in isUnlockFunction()