Searched refs:Win32Mutex (Results 1 – 1 of 1) sorted by relevance
838 typedef struct Win32Mutex Win32Mutex; typedef839 struct Win32Mutex { struct863 static Win32Mutex sMutex[2] = { in lsmWin32OsMutexStatic() argument882 Win32Mutex *pMutex; /* Pointer to new mutex */ in lsmWin32OsMutexNew()884 pMutex = (Win32Mutex *)lsmMallocZero(pEnv, sizeof(Win32Mutex)); in lsmWin32OsMutexNew()895 Win32Mutex *pMutex = (Win32Mutex *)p; in lsmWin32OsMutexDel()901 Win32Mutex *pMutex = (Win32Mutex *)p; in lsmWin32OsMutexEnter()913 Win32Mutex *pMutex = (Win32Mutex *)p; in lsmWin32OsMutexTry()926 Win32Mutex *pMutex = (Win32Mutex *)p; in lsmWin32OsMutexLeave()937 Win32Mutex *pMutex = (Win32Mutex *)p; in lsmWin32OsMutexHeld()[all …]