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

/systemd/src/core/
H A Dunit.h517 void unit_tidy_watch_pids(Unit *u, pid_t except1, pid_t except2);
H A Dunit.c2087 void unit_tidy_watch_pids(Unit *u, pid_t except1, pid_t except2) { argument
2098 if (pid == except1 || pid == except2)

Completed in 27 milliseconds