Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmutex.c92 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc() function
187 checkMutexAlloc, in multiThreadedCheckMutex()
208 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()