Searched refs:xMutexAlloc (Results 1 – 2 of 2) sorted by relevance
7795 sqlite3_mutex *(*xMutexAlloc)(int); member
8108 sqlite3_mutex *(*xMutexAlloc)(int); member26821 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType);26913 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){26926 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){26953 pTo->xMutexAlloc = pFrom->xMutexAlloc;26991 assert( sqlite3GlobalConfig.mutex.xMutexAlloc );26992 return sqlite3GlobalConfig.mutex.xMutexAlloc(id);27000 assert( sqlite3GlobalConfig.mutex.xMutexAlloc );27001 return sqlite3GlobalConfig.mutex.xMutexAlloc(id);