Home
last modified time | relevance | path

Searched refs:procid_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProgram.h39 typedef unsigned long procid_t; // Must match the type of DWORD on Windows. typedef
42 typedef ::pid_t procid_t; typedef
43 typedef procid_t process_t;
48 enum : procid_t { InvalidPid = 0 };
50 procid_t Pid; /// The process identifier.