// Platform specific implementations that underpin VM Mutex/Monitor classes. // Note that CRITICAL_SECTION supports recursive locking, while the semantics // of the VM Mutex class does not. It is up to the Mutex class to hide this // difference in behaviour.
class PlatformMutex : public CHeapObj<mtSynchronizer> {
NONCOPYABLE(PlatformMutex);
protected:
CRITICAL_SECTION _mutex; // Native mutex for locking
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.