Searched defs:GraphicSemaphore (Results 1 – 1 of 1) sorted by relevance
37 GraphicSemaphore() : GraphicSemaphore(0, MAX_SEM_COUNT) {} in GraphicSemaphore() function39 GraphicSemaphore(int32_t init) : GraphicSemaphore(init, MAX_SEM_COUNT) {} in GraphicSemaphore() function41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore() function