ariel_os::thread

Module thread_flags

Available on crate feature threading only.
Expand description

Thread flags.

Enums§

Functions§

  • Clears flags for the current thread.
  • Returns the flags set for the current thread.
  • Sets flags for a thread.
  • Waits until all flags in mask are set for the current thread.
  • Waits until any flag in mask is set for the current thread.
  • Waits until any flag in mask is set for the current thread.

Type Aliases§

  • Bitmask that represent the flags that are set for a thread.