Home
last modified time | relevance | path

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

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