Tasks (threads and processes).
C header: include/linux/sched.h.
include/linux/sched.h
Wraps the kernel’s struct task_struct.
struct task_struct
A wrapper for a shared reference to Task that isn’t Send.
Task
Send