Searched refs:tlatest_rfb (Results 1 – 1 of 1) sorted by relevance
1026 double tlatest_rfb = 0.0; in check_local_grab() local1032 tlatest_rfb = last_rfb_key_injected; in check_local_grab()1034 if (last_rfb_ptr_injected > tlatest_rfb) { in check_local_grab()1035 tlatest_rfb = last_rfb_ptr_injected; in check_local_grab()1037 …stderr, "idle: %.4f latest: %.4f dt: %.4f\n", idle, now - tlatest_rfb, idle - (now - tlatest_rfb)); in check_local_grab()1039 if (now - tlatest_rfb <= idle + 0.005) { in check_local_grab()