Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-inhibit.c377 static int pid_is_active(Manager *m, pid_t pid) { in pid_is_active() function
422 if (ignore_inactive && pid_is_active(m, i->pid) <= 0) in manager_is_inhibited()