#include "debug.hpp"
Include dependency graph for threads.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | AI_Lock |
class | Synchronized |
Defines | |
#define | THREADS_HPP |
Typedefs | |
typedef void (* | AI_ThreadRoutine )(void *opaque) |
typedef AI_CriticalSectionStruct* | AI_CriticalSection |
Functions | |
bool | AI_CreateThread (AI_ThreadRoutine routine, void *opaque, int priority=0) |
void | AI_Sleep (unsigned milliseconds) |
AI_CriticalSection | AI_CreateCriticalSection () |
void | AI_DestroyCriticalSection (AI_CriticalSection cs) |
void | AI_EnterCriticalSection (AI_CriticalSection cs) |
void | AI_LeaveCriticalSection (AI_CriticalSection cs) |
|
Value: AI namespace = Audiere Internal Definition at line 9 of file threads.hpp. |
|
Definition at line 18 of file threads.hpp. |
|
Definition at line 15 of file threads.hpp. |
|
Definition at line 60 of file threads_posix.cpp. Referenced by Synchronized::Synchronized().
|
|
Definition at line 31 of file threads_posix.cpp. |
|
Definition at line 74 of file threads_posix.cpp. |
|
Definition at line 81 of file threads_posix.cpp. |
|
Definition at line 88 of file threads_posix.cpp. |
|
Definition at line 49 of file threads_posix.cpp. |