gPTP Documentation
|
#include <linux_hal_common.hpp>
Public Member Functions | |
virtual bool | start (OSThreadFunction function, void *arg) |
Starts a new thread. More... | |
virtual bool | join (OSThreadExitCode &exit_code) |
Joins a new thread. More... | |
Friends | |
class | LinuxThreadFactory |
Extends OSThread class to Linux
|
virtual |
Joins a new thread.
exit_code | Callback's return code |
Implements OSThread.
|
virtual |
Starts a new thread.
function | Callback to the thread to be started |
arg | Function's parameters |
Implements OSThread.