STLdoc
STLdocumentation
|
#include <concrt.h>
Classes | |
class | _Scoped_lock |
Public Member Functions | |
_CRTIMP | _NonReentrantBlockingLock () |
_CRTIMP | ~_NonReentrantBlockingLock () |
_CRTIMP void | _Acquire () |
_CRTIMP bool | _TryAcquire () |
_CRTIMP void | _Release () |
Private Attributes | |
_CONCRT_BUFFER | _M_criticalSection [(4 *sizeof(void *)+2 *sizeof(long)+sizeof(_CONCRT_BUFFER)-1)/sizeof(_CONCRT_BUFFER)] |
_CRTIMP Concurrency::details::_NonReentrantBlockingLock::_NonReentrantBlockingLock | ( | ) |
_CRTIMP Concurrency::details::_NonReentrantBlockingLock::~_NonReentrantBlockingLock | ( | ) |
|
private |