Contains threading related classes. More...
#include "common.hpp"Classes | |
| class | a5::Mutex | 
| Object representing a mutex.  More... | |
| class | a5::Lock | 
| RAII method of locking mutexes.  More... | |
| class | a5::Condition | 
| Object representing a condition.  More... | |
| class | a5::Thread_Proc | 
| Object representing a thread function.  More... | |
| class | a5::Thread | 
| Object representing at thread.  More... | |
Namespaces | |
| namespace | a5 | 
Contains all A5SES classes and functions.  | |
Functions | |
| void * | a5::thread_proc_call (ALLEGRO_THREAD *al_thread, void *raw_thread) | 
Contains threading related classes.
 1.7.1