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