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

Namespaces

 ecl
 
 ecl::os
 
 ecl::os::signal
 

Functions

ecl::err ecl::os::signal::send (const thread_handle &handle)
 Sends a signal to a given thread. More...
 
void ecl::os::signal::clear ()
 Clears pending signal for current thread. More...
 
void ecl::os::signal::wait ()
 Waits for signal for current thread. More...
 
ecl::err ecl::os::signal::try_wait ()
 Tries to wait a signal. More...