| # zx_futex_requeue_deprecated |
| |
| ## NAME |
| |
| <!-- Updated by update-docs-from-abigen, do not edit. --> |
| |
| futex_requeue_deprecated - TODO(ZX-3106) |
| |
| ## SYNOPSIS |
| |
| <!-- Updated by update-docs-from-abigen, do not edit. --> |
| |
| ``` |
| #include <zircon/syscalls.h> |
| |
| zx_status_t zx_futex_requeue_deprecated(const zx_futex_t* wake_ptr, |
| uint32_t wake_count, |
| int32_t current_value, |
| const zx_futex_t* requeue_ptr, |
| uint32_t requeue_count); |
| ``` |
| |
| ## DESCRIPTION |
| |
| TODO(ZX-3106) |
| |
| ## RIGHTS |
| |
| <!-- Updated by update-docs-from-abigen, do not edit. --> |
| |
| None. |
| |
| ## RETURN VALUE |
| |
| TODO(ZX-3106) |
| |
| ## ERRORS |
| |
| TODO(ZX-3106) |
| |
| ## SEE ALSO |
| |
| |
| TODO(ZX-3106) |