WordNet (r) 3.0 (2006):
PID
    n 1: inflammation of the female pelvic organs (especially the
         Fallopian tubes) caused by infection by any of several
         microorganisms (chiefly gonococci and chlamydia); symptoms
         are abdominal pain and fever and foul-smelling vaginal
         discharge [syn: pelvic inflammatory disease, PID]
V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016):
PID
       Process IDentification number (Unix)
V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016):
PID
       Packet IDentification (DVB)
V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016):
PID
       Protocol IDentifier [governing connection types]
The Free On-line Dictionary of Computing (30 December 2018):
process identifier
PID
process ID
    (PID) An integer used by the Unix
   kernel to uniquely identify a process.  PIDs are returned by
   the fork system call and can be passed to wait() or
   kill() to perform actions on the given process.
   (1996-12-09)