Home
last modified time | relevance | path

Searched defs:GraphicSemaphore (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_semaphore.h37 GraphicSemaphore() : GraphicSemaphore(0, MAX_SEM_COUNT) {} in GraphicSemaphore() function
39 GraphicSemaphore(int32_t init) : GraphicSemaphore(init, MAX_SEM_COUNT) {} in GraphicSemaphore() function
41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore() function