proc.pid

Members

Functions

filterBy
PidMap filterBy(PidMap pmap, const uid_t uid)
kill
RawPid[] kill(PidMap pmap, Flag!"onlyCurrentUser" user)

Kill all pids in the map.

reap
void reap(RawPid[] pids)

Reap all pids by calling wait on them.

splitToSubMaps
Tuple!(PidMap, "map", RawPid, "root")[] splitToSubMaps(PidMap pmap)

Split a PidMap so each map have one top pid as the root.

updateProc
void updateProc(ref PidMap pmap)

Update the executable of all pids in the map

Structs

PidMap
struct PidMap

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)