Searched refs:MAX_SEM_COUNT (Results 1 – 1 of 1) sorted by relevance
31 static constexpr int32_t MAX_SEM_COUNT = 1000; // 1000: max number of semaphore count variable37 GraphicSemaphore() : GraphicSemaphore(0, MAX_SEM_COUNT) {} in GraphicSemaphore()39 GraphicSemaphore(int32_t init) : GraphicSemaphore(init, MAX_SEM_COUNT) {} in GraphicSemaphore()43 if (max > MAX_SEM_COUNT) { in GraphicSemaphore()44 max = MAX_SEM_COUNT; in GraphicSemaphore()