Go to the source code of this file.
Functions | |
void | threadWrapper (Thread *instance) |
void threadWrapper | ( | Thread * | instance | ) |
Wrapper function that executes the function that should run in a separate thread. This wrapper is necessary on the x86 platform when using the GNU C++ compiler to work around a bug in its code generation (incorrect stack alignment).
instance | A pointer to the Thread-object which run method will be executed when the POSIX-thread is startet |
Definition at line 31 of file Thread.cpp.