SDL
2.0
|
Data Fields | |
SDL_EventQueue * | queue |
int | counters [NUM_WRITERS] |
int | waits |
SDL_bool | lock_free |
char | padding [SDL_CACHELINE_SIZE-(sizeof(SDL_EventQueue *)+sizeof(int) *NUM_WRITERS+sizeof(int)+sizeof(SDL_bool))%SDL_CACHELINE_SIZE] |
Definition at line 489 of file testatomic.c.
int ReaderData::counters[NUM_WRITERS] |
Definition at line 492 of file testatomic.c.
Referenced by FIFO_Reader(), and RunFIFOTest().
SDL_bool ReaderData::lock_free |
Definition at line 494 of file testatomic.c.
Referenced by FIFO_Reader(), and RunFIFOTest().
char ReaderData::padding[SDL_CACHELINE_SIZE-(sizeof(SDL_EventQueue *)+sizeof(int) *NUM_WRITERS+sizeof(int)+sizeof(SDL_bool))%SDL_CACHELINE_SIZE] |
Definition at line 495 of file testatomic.c.
SDL_EventQueue* ReaderData::queue |
Definition at line 491 of file testatomic.c.
Referenced by FIFO_Reader(), and RunFIFOTest().
int ReaderData::waits |
Definition at line 493 of file testatomic.c.
Referenced by FIFO_Reader().