

Go to the source code of this file.
Classes | |
| struct | OVR::Thread::CreateParams |
| class | OVR::Event |
| class | OVR::Mutex::Locker |
| class | OVR::Mutex |
| class | OVR::Thread |
| class | OVR::WaitCondition |
Namespaces | |
| namespace | OVR |
Defines | |
| #define | OVR_THREAD_EXIT 0x10 |
| #define | OVR_THREAD_FINISHED 0x02 |
| #define | OVR_THREAD_START_SUSPENDED 0x08 |
| #define | OVR_THREAD_STARTED 0x01 |
| #define | OVR_WAIT_INFINITE 0xFFFFFFFF |
Typedefs | |
| typedef void * | OVR::ThreadId |
Functions | |
| ThreadId | OVR::GetCurrentThreadId () |
| #define OVR_THREAD_EXIT 0x10 |
Definition at line 183 of file OVR_Threads.h.
| #define OVR_THREAD_FINISHED 0x02 |
Definition at line 178 of file OVR_Threads.h.
| #define OVR_THREAD_START_SUSPENDED 0x08 |
Definition at line 180 of file OVR_Threads.h.
| #define OVR_THREAD_STARTED 0x01 |
Definition at line 176 of file OVR_Threads.h.
| #define OVR_WAIT_INFINITE 0xFFFFFFFF |
Definition at line 25 of file OVR_Threads.h.