Searched refs:wakeup (Results 1 – 5 of 5) sorted by relevance
54 bool release(SocketClient *c, bool wakeup);
91 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup) { in healthd_register_event() argument96 if (wakeup == EVENT_WAKEUP_FD) in healthd_register_event()
83 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_…
415 int wakeup = 0; in uipc_close_ch_locked() local426 wakeup = 1; in uipc_close_ch_locked()434 wakeup = 1; in uipc_close_ch_locked()442 if (wakeup) uipc_wakeup_locked(); in uipc_close_ch_locked()
245 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument263 if (wakeup) { in release()