Searched defs:manager_dispatch_notify_fd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dmanager.c94 static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
732 r = sd_event_add_io(m->event, &m->notify_event_source, m->notify_fd, EPOLLIN, manager_dispatch_notify_fd, m);
1516 static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function

Completed in 19 milliseconds