theCore C++ embedded framework
platform/host/export/platform/execution.hpp File Reference

Module aggregates routines that are control execution flow on the host platform. More...

#include <stdlib.h>
#include <stdint.h>
#include <time.h>
#include <thread>
#include <chrono>
Include dependency graph for platform/host/export/platform/execution.hpp:

Namespaces

 ecl
 

Functions

static void ecl::abort ()
 Aborts execution of currently running code. Never return. More...
 
static void ecl::spin_wait (unsigned ms)
 Performs a dummy busy wait for specified amount of milliseconds. More...
 

Detailed Description

Module aggregates routines that are control execution flow on the host platform.