Introduction - If you have any usage issues, please Google them yourself
A SkBaseMutex is a POD structure that can be directly initialized at declaration time with SK_DECLARE_STATIC GLOBAL_MUTEX. This avoids the generation of a static initializer in the final machine code (and a corresponding static finalizer).