Searched defs:GraphicSemaphore (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ | ||
H A D | graphic_semaphore.h | 34 class GraphicSemaphore : public HeapBase { class 37 GraphicSemaphore() : GraphicSemaphore(0, MAX_SEM_COUNT) {} in GraphicSemaphore() function in OHOS::GraphicSemaphore 39 GraphicSemaphore(int32_t init) : GraphicSemaphore(init, MAX_SEM_COUNT) {} in GraphicSemaphore() function in OHOS::GraphicSemaphore 41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore() function in OHOS::GraphicSemaphore |
Completed in 1 milliseconds