Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.cpp88 static auto& run_queue_notify_fd = *new unique_fd(); variable
414 CHECK(run_queue_notify_fd.get() == -1); in fdevent_run_setup()
424 run_queue_notify_fd.reset(s[0]); in fdevent_run_setup()
439 if (run_queue_notify_fd != -1) { in fdevent_run_on_main_thread()
440 int rc = adb_write(run_queue_notify_fd.get(), "", 1); in fdevent_run_on_main_thread()
548 run_queue_notify_fd.reset(); in fdevent_reset()