Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_semaphore.h31 static constexpr int32_t MAX_SEM_COUNT = 1000; // 1000: max number of semaphore count variable
37 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()