Go to the source code of this file.
Classes | |
class | xsens::StandardThread |
A class for a standard thread that has to perform the same action repeatedly. More... | |
class | xsens::TaskThread |
Class for handling small tasks. More... | |
struct | xsens::TaskThread::TaskType |
class | xsens::ThreadedFunction |
A class that will run a single (lambda) function in a separate thread. More... | |
class | xsens::WatchDogThread |
A class that keeps an eye on a threads timer. More... | |
Namespaces | |
xsens | |
Macros | |
#define | CDECL_XS __cdecl |
#define | XSENS_THREAD_CHECK() if (isTerminating()) return 0 |
Typedefs | |
typedef void(CDECL_XS * | xsens::WatchDogFunction) (void *) |
#define CDECL_XS __cdecl |
Definition at line 159 of file threading.h.
#define XSENS_THREAD_CHECK | ( | ) | if (isTerminating()) return 0 |
Definition at line 154 of file threading.h.