Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp306 modifyFdStatus_ = true; in AddFileDescriptorEventCallback()
341 modifyFdStatus_ = true; in RemoveFileDescriptorEventCallback()
358 modifyFdStatus_ = false; in ModifyFdStatus()
376 if (modifyFdStatus_) { in PollNextEvent()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h158 volatile bool modifyFdStatus_ = false; variable