Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp40 const CallDescription PthreadLockFn{{"pthread_mutex_lock"}}; member in __anon5c0f20fb0111::BlockInCriticalSectionChecker
99 return matchesAny(Call, LockFn, PthreadLockFn, PthreadTryLockFn, MtxLock, in isLockFunction()