Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp112 processTaskHandle_ = ffrt::submit_h(detectorProcessLoop); in OnLoad()
118 ffrt::wait({processTaskHandle_}); in OnUnload()
H A Dfault_detector_manager.h60 ffrt::task_handle processTaskHandle_; variable