Searched refs:run_queue_notify_fd (Results 1 – 1 of 1) sorted by relevance
82 static auto& run_queue_notify_fd = *new unique_fd(); variable386 CHECK(run_queue_notify_fd.get() == -1); in fdevent_run_setup()392 run_queue_notify_fd.reset(s[0]); in fdevent_run_setup()406 if (run_queue_notify_fd != -1) { in fdevent_run_on_main_thread()407 if (adb_write(run_queue_notify_fd.get(), "", 1) != 1) { in fdevent_run_on_main_thread()450 run_queue_notify_fd.reset(); in fdevent_reset()