Home
last modified time | relevance | path

Searched defs:pid_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dpid.h9 enum pid_type enum
Dfs.h951 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member
/linux-6.6.21/tools/testing/selftests/sched/
Dcs_prctl_test.c62 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enum