Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadingWin.cpp324 static const long MaxSemaphoreCount = static_cast<long>(~0UL >> 1); variable
332 m_condition.m_blockQueue = CreateSemaphore(0, 0, MaxSemaphoreCount, 0); in ThreadCondition()