Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c25643 typedef struct CheckMutex CheckMutex; typedef
25644 struct CheckMutex { struct
25682 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25687 CheckMutex *p = 0; in checkMutexAlloc()
25691 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25726 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25729 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25744 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25760 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25768 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]