Searched defs:MutexApi (Results 1 – 1 of 1) sorted by relevance
47 struct MutexApi { struct48 CreateMutexType create = nullptr;49 DestroyMutexType destroy = nullptr;50 LockMutexType lock = nullptr;51 UnlockMutexType unlock = nullptr;