Searched refs:pid_set (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dunit.c3057 Set *pid_set; local
3060 pid_set = set_new(NULL);
3061 if (!pid_set)
3066 r = set_put(pid_set, PID_TO_PTR(main_pid));
3072 r = set_put(pid_set, PID_TO_PTR(control_pid));
3077 return pid_set;
3080 set_free(pid_set);
3126 _cleanup_set_free_ Set *pid_set = NULL; local
3130 pid_set = unit_pid_set(main_pid, control_pid);
3131 if (!pid_set)
3534 _cleanup_set_free_ Set *pid_set = NULL; local
[all...]

Completed in 25 milliseconds