1# zx_futex_requeue_deprecated
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7futex_requeue_deprecated - 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_futex_requeue_deprecated(const zx_futex_t* wake_ptr,
17                                        uint32_t wake_count,
18                                        int32_t current_value,
19                                        const zx_futex_t* requeue_ptr,
20                                        uint32_t requeue_count);
21```
22
23## DESCRIPTION
24
25TODO(ZX-3106)
26
27## RIGHTS
28
29<!-- Updated by update-docs-from-abigen, do not edit. -->
30
31None.
32
33## RETURN VALUE
34
35TODO(ZX-3106)
36
37## ERRORS
38
39TODO(ZX-3106)
40
41## SEE ALSO
42
43
44TODO(ZX-3106)
45