1# zx_thread_set_priority
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7thread_set_priority - TODO(ZX-3106)
8
9## SYNOPSIS
10
11<!-- Updated by update-docs-from-abigen, do not edit. -->
12
13```
14#include <zircon/syscalls.h>
15
16zx_status_t zx_thread_set_priority(int32_t prio);
17```
18
19## DESCRIPTION
20
21TODO(ZX-3106)
22
23## RIGHTS
24
25<!-- Updated by update-docs-from-abigen, do not edit. -->
26
27TODO(ZX-2399)
28
29## RETURN VALUE
30
31TODO(ZX-3106)
32
33## ERRORS
34
35TODO(ZX-3106)
36
37## SEE ALSO
38
39
40TODO(ZX-3106)
41