Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 223 Bytes

task_kill.md

File metadata and controls

22 lines (12 loc) · 223 Bytes

mx_task_kill

NAME

task_kill - Kill the provided task.

SYNOPSIS

#include <magenta/syscalls.h>

mx_status_t mx_task_kill(mx_handle_t task_handle);

DESCRIPTION

RETURN VALUE

ERRORS

SEE ALSO