Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmutex.c54 typedef struct CheckMutex CheckMutex; typedef
55 struct CheckMutex { struct
93 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
98 CheckMutex *p = 0; in checkMutexAlloc()
102 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
137 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]