#include "log.h"
#include <SDL_thread.h>
Go to the source code of this file.
Classes | |
class | Mutex |
A mutex provides mutual exclusion of access to certain data that is accessed by multiple threads. More... | |
class | MutexLocker |
A convenience class for locking a mutex. More... |