theCore C++ embedded framework
|
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... | |