Source position: apr_thread_proc.inc line 115
type apr_proc_t = record
pid: pid_t;
in_: Papr_file_t;
out_: Papr_file_t;
err: Papr_file_t;
end;