riot_wrappers::thread

Module riot_c

Source
Expand description

RIOT (C) thread implementation

Re-exports§

Modules§

  • creation πŸ”’
    Offloaded tools for creation

Structs§

Enums§

Constants§

Functions§

  • PID of the currently active thread
  • Put the current thread in the β€œsleeping” state, only to be continue when something calls KernelPID::wakeup() on its PID.