Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c30025 typedef struct CheckMutex CheckMutex; typedef
30026 struct CheckMutex { struct
30041 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()
30044 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
30065 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
30070 CheckMutex *p = 0; in checkMutexAlloc()
30074 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
30109 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
30112 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
30127 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
[all …]