Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c30055 typedef struct CheckMutex CheckMutex; typedef
30056 struct CheckMutex { struct
30071 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()
30074 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()
30095 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
30100 CheckMutex *p = 0; in checkMutexAlloc()
30104 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
30139 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
30142 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
30157 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
[all …]