Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_semaphore.h34 class GraphicSemaphore : public HeapBase {
37 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
64 ~GraphicSemaphore() in ~GraphicSemaphore()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h83 GraphicSemaphore sem_;