Home
last modified time | relevance | path

Searched refs:Win32Mutex (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_win32.c838 typedef struct Win32Mutex Win32Mutex; typedef
839 struct Win32Mutex { struct
863 static Win32Mutex sMutex[2] = { in lsmWin32OsMutexStatic() argument
882 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 …]