Searched refs:MaxSemaphoreCount (Results 1 – 1 of 1) sorted by relevance
324 static const long MaxSemaphoreCount = static_cast<long>(~0UL >> 1); variable332 m_condition.m_blockQueue = CreateSemaphore(0, 0, MaxSemaphoreCount, 0); in ThreadCondition()