Classes | Public Member Functions | Private Attributes | Friends
OVR::Mutex Class Reference

#include <OVR_Threads.h>

List of all members.

Classes

class  Locker

Public Member Functions

void DoLock ()
bool IsLockedByAnotherThread ()
 Mutex (bool recursive=1)
bool TryLock ()
void Unlock ()
 ~Mutex ()

Private Attributes

MutexImplpImpl

Friends

class MutexImpl
class WaitConditionImpl

Detailed Description

Definition at line 53 of file OVR_Threads.h.


Constructor & Destructor Documentation

OVR::Mutex::Mutex ( bool  recursive = 1)

Definition at line 139 of file OVR_ThreadsPthread.cpp.

Definition at line 145 of file OVR_ThreadsPthread.cpp.


Member Function Documentation

Definition at line 151 of file OVR_ThreadsPthread.cpp.

Definition at line 163 of file OVR_ThreadsPthread.cpp.

Definition at line 155 of file OVR_ThreadsPthread.cpp.

Definition at line 159 of file OVR_ThreadsPthread.cpp.


Friends And Related Function Documentation

friend class MutexImpl [friend]

Definition at line 56 of file OVR_Threads.h.

friend class WaitConditionImpl [friend]

Definition at line 55 of file OVR_Threads.h.


Member Data Documentation

Definition at line 58 of file OVR_Threads.h.


The documentation for this class was generated from the following files:


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:20