Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.cpp42 Semaphore::Semaphore(std::size_t MaxLocks) : FreeSlots(MaxLocks) {} in Semaphore() argument
H A DThreading.h30 Semaphore(std::size_t MaxLocks);