Google celebrates Hispanic Heritage Month.
See how.
zx_thread_exit
Summary
Terminate the current running thread.
Declaration
#include <zircon/syscalls.h>
[[noreturn]] void zx_thread_exit(void);
Description
zx_thread_exit()
causes the currently running thread to cease
running and exit.
The signal ZX_THREAD_TERMINATED will be asserted on the thread
object upon exit and may be observed via zx_object_wait_one()
or zx_object_wait_many()
on a handle to the thread.
Rights
TODO(fxbug.dev/32253)
Return value
zx_thread_exit()
does not return.
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-05-24 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]