STLdoc
STLdocumentation
|
#include <concrt.h>
Classes | |
class | _Scoped_lock |
Public Member Functions | |
_CONCRTIMP | _ReentrantLock () |
_CONCRTIMP void | _Acquire () |
_CONCRTIMP bool | _TryAcquire () |
_CONCRTIMP void | _Release () |
Private Attributes | |
long | _M_recursionCount |
volatile long | _M_owner |
_CONCRTIMP Concurrency::details::_ReentrantLock::_ReentrantLock | ( | ) |
_CONCRTIMP void Concurrency::details::_ReentrantLock::_Acquire | ( | ) |
_CONCRTIMP void Concurrency::details::_ReentrantLock::_Release | ( | ) |
_CONCRTIMP bool Concurrency::details::_ReentrantLock::_TryAcquire | ( | ) |
|
private |
|
private |