theCore C++ embedded framework
thread/freertos/export/ecl/thread/utils.hpp File Reference
#include <cstdint>
Include dependency graph for thread/freertos/export/ecl/thread/utils.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 ecl
 
 ecl::this_thread
 

Typedefs

using ecl::thread_handle = void *
 OS-specific handle. More...
 

Functions

void ecl::this_thread::yield ()
 Yields current thread. More...
 
void ecl::this_thread::sleep_for (uint32_t ms)
 Put task at sleep for given amount of milliseconds. More...
 
thread_handle ecl::this_thread::get_handle ()
 Gets a thread handle of currently running thread. More...