Go to the source code of this file.
Macro Definition Documentation
| #define checkPThreadFunction |
( |
|
returnValue | ) |
|
Value:if(0 != returnValue) { \
printf("PThread problem at line %i in file %s: %i %d\n", __LINE__, __FILE__, returnValue, errno); \
}
Definition at line 25 of file PosixThreadSupport.cpp.
Function Documentation
| static sem_t* createSem |
( |
const char * |
baseName | ) |
|
|
static |
| static void destroySem |
( |
sem_t * |
semaphore | ) |
|
|
static |
| static void* threadFunction |
( |
void * |
argument | ) |
|
|
static |
Variable Documentation