Classes | Defines | Typedefs

PosixThreadSupport.h File Reference

#include "LinearMath/btScalar.h"
#include "PlatformDefinitions.h"
#include <pthread.h>
#include <semaphore.h>
#include "LinearMath/btAlignedObjectArray.h"
#include "btThreadSupportInterface.h"
Include dependency graph for PosixThreadSupport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PosixThreadSupport
struct  PosixThreadSupport::btSpuStatus
struct  PosixThreadSupport::ThreadConstructionInfo
 Setup and initialize SPU/CELL/Libspe2. More...

Defines

#define _XOPEN_SOURCE   600

Typedefs

typedef void(* PosixThreadFunc )(void *userPtr, void *lsMemory)
typedef void *(* PosixlsMemorySetupFunc )()

Define Documentation

#define _XOPEN_SOURCE   600

Definition at line 26 of file PosixThreadSupport.h.


Typedef Documentation

typedef void*(* PosixlsMemorySetupFunc)()

Definition at line 39 of file PosixThreadSupport.h.

typedef void(* PosixThreadFunc)(void *userPtr, void *lsMemory)

Definition at line 38 of file PosixThreadSupport.h.