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