Searched defs:manager_dispatch_idle_pipe_fd (Results 1 - 1 of 1) sorted by relevance
/systemd/src/core/ |
H A D | manager.c | 97 static int manager_dispatch_idle_pipe_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata); 319 r = sd_event_add_io(m->event, &m->idle_pipe_event_source, m->idle_pipe[2], EPOLLIN, manager_dispatch_idle_pipe_fd, m); 1966 static int manager_dispatch_idle_pipe_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function
|
Completed in 36 milliseconds