Module miri::concurrency::thread
source ยท Expand description
Implements threads.
Structsยง
- A thread.
- A thread identifier.
- A set of threads.
Enumsยง
- Keeps track of what the thread is blocked on.
- SchedulingAction ๐
- ThreadJoinStatus ๐The join status of a thread.
- ThreadState ๐The state of a thread.
- Timeout ๐The moment in time when a blocked thread should be woken up.
- Whether the timeout is relative or absolute.
- The clock to use for the timeout you are asking for.
- What to do with TLS allocations from terminated threads
Traitsยง
- EvalContextPrivExt ๐
- Trait for callbacks that are executed when a thread gets unblocked.
Type Aliasesยง
- DynUnblockCallback ๐