Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c29295 typedef struct CheckMutex CheckMutex; typedef
29296 struct CheckMutex { struct
29311 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()
29314 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
29334 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
29339 CheckMutex *p = 0; in checkMutexAlloc()
29343 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
29378 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
29381 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
29396 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
[all …]