Module miri::concurrency::init_once
source ยท Structsยง
- InitOnce ๐The one time initialization state.
- 0 is used to indicate that the id was not yet assigned and, therefore, is not a valid identifier.
- InitOnceWaiter ๐A thread waiting on an InitOnce object.
Enumsยง
- The current status of a one time initialization.
Traitsยง
- EvalContextExtPriv ๐