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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingWin.cpp324 static const long MaxSemaphoreCount = static_cast<long>(~0UL >> 1); member in namespace:WTF
332 m_condition.m_blockQueue = CreateSemaphore(0, 0, MaxSemaphoreCount, 0);

Completed in 62 milliseconds