Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h42 constexpr int MAX_HANDLE_ARRAY_SIZE = 1; variable
169 HANDLE watchHandleList_[MAX_HANDLE_ARRAY_SIZE] = {NULL};
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp577 DWORD result = WaitForMultipleObjects(MAX_HANDLE_ARRAY_SIZE, watchHandleList_, TRUE, dWaitTime); in WaitNextEvent()