Searched refs:time_key_thread (Results 1 – 1 of 1) sorted by relevance
355 std::thread time_key_thread(&RecoveryUI::TimeKey, this, key_code, key_down_count); in ProcessKey() local356 time_key_thread.detach(); in ProcessKey()