#include <unistd.h>
#include <pthread.h>
#include "threads.hpp"
Include dependency graph for threads_posix.cpp:
Go to the source code of this file.
Compounds | |
struct | AI_CriticalSectionStruct |
struct | ThreadInternal |
Functions | |
void* | ThreadRoutine (void *arg) |
bool | AI_CreateThread (AI_ThreadRoutine routine, void *opaque, int priority) |
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) |
|
Definition at line 60 of file threads_posix.cpp. |
|
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. |
|
Definition at line 21 of file threads_posix.cpp. |