Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp34 PthreadLockFn, PthreadTryLockFn, PthreadUnlockFn, member in __anon1c37df540111::BlockInCriticalSectionChecker
70 PthreadLockFn("pthread_mutex_lock"), in REGISTER_TRAIT_WITH_PROGRAMSTATE()
118 || Call.isCalled(PthreadLockFn) in isLockFunction()