Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp175 const CallDescriptionSet BlockingFunctions{{CDM::CLibrary, {"sleep"}}, member in __anon83a18dc50111::BlockInCriticalSectionChecker
300 return BlockingFunctions.contains(Call) && in isBlockingInCritSection()