跳转至

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()


最后更新: 2023 年 5 月 10 日(Wednesday) 10:12 CST