|
STLdoc
STLdocumentation
|
#include <concrt.h>
Classes | |
| class | _Scoped_lock |
Public Member Functions | |
| _CRTIMP | _ReentrantBlockingLock () |
| _CRTIMP | ~_ReentrantBlockingLock () |
| _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::_ReentrantBlockingLock::_ReentrantBlockingLock | ( | ) |
| _CRTIMP Concurrency::details::_ReentrantBlockingLock::~_ReentrantBlockingLock | ( | ) |
|
private |
1.8.8