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 | |
thread & | os::rtos::this_thread::thread (void) |
Get the current running thread. | |
void | os::rtos::this_thread::yield (void) |
Yield execution to the next ready thread. | |