Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp57 std::thread reloadThread(&InputDeviceManager::ReloadInputDevices, this, flist); in Init() local
58 reloadThread.detach(); in Init()