Expand description
Task creation, exit, and thread scheduling
Provides functions to create scheduler tasks from process threads, schedule them on appropriate CPUs, and handle task exit with deferred cleanup.
Functions§
- create_
task - Create new user task
- create_
task_ from_ thread - Create task from process thread
- exit_
task - Exit current task
- schedule_
thread - Schedule a process thread