Searched refs:xMutexAlloc (Results 1 – 2 of 2) sorted by relevance
8159 sqlite3_mutex *(*xMutexAlloc)(int); member
8472 sqlite3_mutex *(*xMutexAlloc)(int); member28858 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()28950 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()28963 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()28990 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()29028 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()29029 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()29037 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()29038 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()