Searched refs:pidfd_owned (Results 1 – 2 of 2) sorted by relevance
110 bool pidfd_owned:1; /* close pidfd when event source is freed */ member
989 if (s->child.pidfd_owned) in source_free()1450 … s->child.pidfd_owned = true; /* If we allocate the pidfd we own it by default */ in sd_event_add_child()1535 …s->child.pidfd_owned = false; /* If we got the pidfd passed in we don't own it by default (similar… in sd_event_add_child_pidfd()2782 return s->child.pidfd_owned; in sd_event_source_get_child_pidfd_own()2792 s->child.pidfd_owned = own; in sd_event_source_set_child_pidfd_own()