zx_restricted_unbind_state
Summary
Unbind a restricted state VMO from the current thread.
Declaration
#include <zircon/syscalls-next.h>
zx_status_t zx_restricted_unbind_state(uint32_t options);
Description
Unbind any restricted state VMO that may be bound to the calling thread.
See also zx_restricted_bind_state()
.
It is not an error to call unbind on a thread that has no bound VMO.
options must be zero.
Rights
None.
Errors
ZX_ERR_INVALID_ARGS
options is any value other than 0.
See also
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-13 UTC."],[],[]]