Home
last modified time | relevance | path

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

/system/core/adb/
Dfdevent.cpp76 static auto& run_queue_notify_fd = *new unique_fd(); variable
324 CHECK(run_queue_notify_fd.get() == -1); in fdevent_run_setup()
334 run_queue_notify_fd.reset(s[0]); in fdevent_run_setup()
349 if (run_queue_notify_fd != -1) { in fdevent_run_on_main_thread()
350 int rc = adb_write(run_queue_notify_fd.get(), "", 1); in fdevent_run_on_main_thread()
395 run_queue_notify_fd.reset(); in fdevent_reset()