Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c29333 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc() function
29428 checkMutexAlloc, in multiThreadedCheckMutex()
29449 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()