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

/systemd/src/shared/
H A Dptyfwd.c49 sd_event_source *stdin_event_source; member in struct:PTYForward
147 f->stdin_event_source = sd_event_source_unref(f->stdin_event_source);
157 f->stdin_event_source = sd_event_source_unref(f->stdin_event_source);
287 assert(e == f->stdin_event_source);
394 r = sd_event_add_io(f->event, &f->stdin_event_source, STDIN_FILENO, EPOLLIN|EPOLLET, on_stdin_event, f);
423 sd_event_source_unref(f->stdin_event_source);

Completed in 16 milliseconds