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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp34 PthreadLockFn, PthreadTryLockFn, PthreadUnlockFn, member in class:__anon911::BlockInCriticalSectionChecker
72 PthreadUnlockFn({"pthread_mutex_unlock"}), MtxLock({"mtx_lock"}),
118 return matchesAny(Call, UnlockFn, PthreadUnlockFn, MtxUnlock);

Completed in 59 milliseconds