indexing description: "Unix implementation of PROCESS_INFO" author: "" date: "" revision: "" class PROCESS_INFO_IMP inherit PROCESS_INFO feature -- Access process_id: INTEGER is -- Process ID of current process external "C inline" alias "getpid()" end end