#include "LinearMath/btScalar.h"#include "PlatformDefinitions.h"#include <pthread.h>#include <semaphore.h>#include "LinearMath/btAlignedObjectArray.h"#include "btThreadSupportInterface.h"

Go to the source code of this file.
Classes | |
| class | PosixThreadSupport |
| struct | PosixThreadSupport::btSpuStatus |
| struct | PosixThreadSupport::ThreadConstructionInfo |
| Setup and initialize SPU/CELL/Libspe2. More... | |
Typedefs | |
| typedef void(* | PosixThreadFunc )(void *userPtr, void *lsMemory) |
| typedef void *(* | PosixlsMemorySetupFunc )() |
| typedef void*(* PosixlsMemorySetupFunc)() |
Definition at line 33 of file PosixThreadSupport.h.
| typedef void(* PosixThreadFunc)(void *userPtr, void *lsMemory) |
Definition at line 32 of file PosixThreadSupport.h.
1.6.1