Home
last modified time | relevance | path

Searched refs:child_min_priority (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c4070 int64_t epoll_min_priority, child_min_priority; in sd_event_wait() local
4091 r = process_child(e, threshold, &child_min_priority); in sd_event_wait()
4098 threshold = MIN(epoll_min_priority, child_min_priority); in sd_event_wait()