Searched refs:xMutexAlloc (Results 1 – 4 of 4) sorted by relevance
6891 sqlite3_mutex *(*xMutexAlloc)(int); member
7915 sqlite3_mutex *(*xMutexAlloc)(int); member23592 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()23684 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()23697 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()23724 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()23761 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()23762 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()23770 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()23771 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()