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.