Home
last modified time | relevance | path

Searched defs:Semaphore (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.cpp43 Semaphore::Semaphore(std::size_t MaxLocks) : FreeSlots(MaxLocks) {} in Semaphore() function in clang::clangd::Semaphore
/llvm-project/bolt/lib/Rewrite/
H A DSDTRewriter.cpp39 uint64_t Semaphore; member
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h68 constexpr Semaphore() {} in Semaphore() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp179 TEST(SanitizerCommon, Semaphore) { in TEST() argument