SDL
2.0
|
Data Fields | |
SDL_atomic_t | sequence |
SDL_Event | event |
Definition at line 262 of file testatomic.c.
SDL_Event SDL_EventQueueEntry::event |
Definition at line 265 of file testatomic.c.
Referenced by DequeueEvent_LockFree(), DequeueEvent_Mutex(), EnqueueEvent_LockFree(), and EnqueueEvent_Mutex().
SDL_atomic_t SDL_EventQueueEntry::sequence |
Definition at line 264 of file testatomic.c.
Referenced by DequeueEvent_LockFree(), DequeueEvent_Mutex(), EnqueueEvent_LockFree(), EnqueueEvent_Mutex(), and InitEventQueue().