kernel

Module task

Source
Expand description

Tasks (threads and processes).

C header: include/linux/sched.h.

Structs§

  • The type of user identifiers (UIDs).
  • Wraps the kernel’s struct task_struct.

Constants§

  • A sentinel value used for infinite timeouts.
  • Bitmask for tasks that are sleeping in an interruptible state.
  • Convenience constant for waking up tasks regardless of whether they are in interruptible or uninterruptible sleep.
  • Bitmask for tasks that are sleeping in an uninterruptible state.