zx_object_set_profile

NAME

TODO(ZX-3106)

SYNOPSIS

#include <zircon/syscalls.h>

zx_status_t zx_object_set_profile(zx_handle_t handle,
                                  zx_handle_t profile,
                                  uint32_t options);

DESCRIPTION

TODO(ZX-3106)

RIGHTS

handle must be of type ZX_OBJ_TYPE_THREAD and have ZX_RIGHT_MANAGE_THREAD.

profile must be of type ZX_OBJ_TYPE_PROFILE and have ZX_RIGHT_APPLY_PROFILE.

RETURN VALUE

TODO(ZX-3106)

ERRORS

TODO(ZX-3106)

SEE ALSO

TODO(ZX-3106)