Made documentation comment consistent.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1183 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0860583a99
commit
ae058ec717
1 changed files with 2 additions and 2 deletions
|
@ -718,8 +718,8 @@ private:
|
||||||
either pthreads or the Windows CRITICAL_SECTION. If you want to use a mutex
|
either pthreads or the Windows CRITICAL_SECTION. If you want to use a mutex
|
||||||
mechanism besides one of those, then all you have to do is provide a class
|
mechanism besides one of those, then all you have to do is provide a class
|
||||||
which wraps the mutex and implements these functions.
|
which wraps the mutex and implements these functions.
|
||||||
explicit SpinLevelMutex( unsigned int level );
|
explicit MutexPolicy( unsigned int level );
|
||||||
virtual ~SpinLevelMutex( void );
|
virtual ~MutexPolicy( void );
|
||||||
virtual MutexErrors::Type Lock( void ) volatile;
|
virtual MutexErrors::Type Lock( void ) volatile;
|
||||||
virtual MutexErrors::Type TryLock( void ) volatile;
|
virtual MutexErrors::Type TryLock( void ) volatile;
|
||||||
virtual MutexErrors::Type Unlock( void ) volatile;
|
virtual MutexErrors::Type Unlock( void ) volatile;
|
||||||
|
|
Loading…
Reference in a new issue