#include <stdio.h>
#include <malloc.h>
#include <memory.h>
#include <pthread.h>
#include <stdlib.h>
#include <time.h>
#include <errno.h>
#include <blort/ThreadObject/MutexClass.h>
#include <blort/ThreadObject/EventClass.h>
Go to the source code of this file.
Define Documentation
Typedef Documentation
typedef unsigned char BOOL |
Enumeration Type Documentation
- Enumerator:
TaskStatusNotSubmitted |
|
TaskStatusWaitingOnQueue |
|
TaskStatusBeingProcessed |
|
TaskStatusCompleted |
|
Definition at line 93 of file Thread.h.
- Enumerator:
ThreadStateBusy |
|
ThreadStateWaiting |
|
ThreadStateDown |
|
ThreadStateShuttingDown |
|
ThreadStateFault |
|
Definition at line 80 of file Thread.h.
- Enumerator:
ThreadTypeEventDriven |
|
ThreadTypeIntervalDriven |
|
Definition at line 89 of file Thread.h.
Function Documentation
void Sleep |
( |
unsigned int |
mseconds | ) |
|
blort
Author(s): Michael Zillich,
Thomas Mörwald,
Johann Prankl,
Andreas Richtsfeld,
Bence Magyar (ROS version)
autogenerated on Thu Jan 2 2014 11:38:26