|
theCore C++ embedded framework
|
#include <cstdint>

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... | |