Searched refs:procid_t (Results 1 – 1 of 1) sorted by relevance
38 typedef unsigned long procid_t; // Must match the type of DWORD on Windows. typedef41 typedef ::pid_t procid_t; typedef42 typedef procid_t process_t;47 enum : procid_t { InvalidPid = 0 };49 procid_t Pid; /// The process identifier.