NativeType is an alias for the underlying OS‐level mutex type. It is exposed so that other bslmt components can operate directly on this mutex.
Synopsis
Declared in <bslmt_mutex.h>
typedef MutexImpl<Platform::ThreadPolicy>::NativeType NativeType;
Created with MrDocs