Searched refs:wakeup (Results 1 – 4 of 4) sorted by relevance
62 bool release(SocketClient *c, bool wakeup);
86 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_…
387 int wakeup = 0; in uipc_close_ch_locked() local398 wakeup = 1; in uipc_close_ch_locked()406 wakeup = 1; in uipc_close_ch_locked()413 if (wakeup) uipc_wakeup_locked(uipc); in uipc_close_ch_locked()
226 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() argument237 if (wakeup) { in release()