Searched defs:pid_type (Results 1 – 4 of 4) sorted by relevance
5 enum pid_type { enum
969 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member
62 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enum
267 enum pid_type pid_type = PIDTYPE_PID; in f_getown_ex() local