µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os-thread.cpp File Reference
#include <cmsis-plus/rtos/os.h>
#include <memory>
#include <stdexcept>

Go to the source code of this file.

Namespaces

namespace  os
 System namespace.
 
namespace  os::rtos
 RTOS namespace.
 
namespace  os::rtos::this_thread
 A convenience namespace to access the current running thread.
 

Functions

threados::rtos::this_thread::thread (void)
 Get the current running thread.
 
void os::rtos::this_thread::yield (void)
 Yield execution to the next ready thread.