Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.cpp82 static auto& run_queue_notify_fd = *new unique_fd(); variable
386 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()