Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h151 std::mutex resourcesmutex_; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1241 std::lock_guard<std::mutex> guard(resourcesmutex_); in OnPointerEventInJsThread()