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