Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp42 const CallDescription PthreadUnlockFn{{"pthread_mutex_unlock"}}; member in __anon5c0f20fb0111::BlockInCriticalSectionChecker
111 return matchesAny(Call, UnlockFn, PthreadUnlockFn, MtxUnlock); in isUnlockFunction()