Task
NAME
Task - "Runnable" subclass of kernel objects (threads, processes, and jobs)
SYNOPSIS
Threads, processes, and jobs objects are all tasks. They share the ability to be suspended, resumed, and killed.
DESCRIPTION
TODO
SYSCALLS
- [
zx_task_create_exception_channel()] - listen for task exceptions - [
zx_task_kill()] - cause a task to stop running
zx_task_create_exception_channel()zx_task_kill()
最后更新:
2022 年 12 月 31 日(Saturday) 21:07 CST