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.h38 typedef unsigned long procid_t; // Must match the type of DWORD on Windows. typedef
41 typedef ::pid_t procid_t; typedef
42 typedef procid_t process_t;
47 enum : procid_t { InvalidPid = 0 };
49 procid_t Pid; /// The process identifier.