Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c24895 typedef struct CheckMutex CheckMutex; typedef
24896 struct CheckMutex { struct
24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24939 CheckMutex *p = 0; in checkMutexAlloc()
24943 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24978 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24981 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24996 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25012 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25020 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]

Completed in 513 milliseconds