[][src]Type Definition psutil::PID

type PID = pid_t;

Type for process identifiers.

This should expand to i32 (signed 32 bit integer).