Searched defs:Semaphore (Results 1 – 4 of 4) sorted by relevance
43 Semaphore::Semaphore(std::size_t MaxLocks) : FreeSlots(MaxLocks) {} in Semaphore() function in clang::clangd::Semaphore
39 uint64_t Semaphore; member
68 constexpr Semaphore() {} in Semaphore() function
179 TEST(SanitizerCommon, Semaphore) { in TEST() argument