physx::shdfnd::MutexT< Alloc > Class Template Reference
#include <PsMutex.h>
Inheritance diagram for physx::shdfnd::MutexT< Alloc >:
< Alloc >_map" border="0" alt="">
List of all members.
template<typename Alloc = ReflectionAllocator<MutexImpl>>
class physx::shdfnd::MutexT< Alloc >
Constructor & Destructor Documentation
template<typename Alloc = ReflectionAllocator<MutexImpl>>
The constructor for Mutex creates a mutex. It is initially unlocked.
template<typename Alloc = ReflectionAllocator<MutexImpl>>
The destructor for Mutex deletes the mutex.
Member Function Documentation
template<typename Alloc = ReflectionAllocator<MutexImpl>>
Acquire (lock) the mutex. If the mutex is already locked by another thread, this method blocks until the mutex is unlocked.
template<typename Alloc = ReflectionAllocator<MutexImpl>>
Acquire (lock) the mutex. If the mutex is already locked by another thread, this method returns false without blocking, returns true if lock is successfully acquired
template<typename Alloc = ReflectionAllocator<MutexImpl>>
Release (unlock) the mutex, the calling thread must have previously called lock() or method will error
The documentation for this class was generated from the following file:
- E:/p4/sw/physx/PxShared/1.0/trunk/src/foundation/include/PsMutex.h
Generated on Tue Jul 28 14:21:59 2015 for NVIDIA(R) PsFoundation Reference by
1.5.8