Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h6891 sqlite3_mutex *(*xMutexAlloc)(int); member
Dsqlite3.c7915 sqlite3_mutex *(*xMutexAlloc)(int); member
23592 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()
/external/sqlite/dist/orig/
Dsqlite3.h6891 sqlite3_mutex *(*xMutexAlloc)(int); member
Dsqlite3.c7915 sqlite3_mutex *(*xMutexAlloc)(int); member
23592 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()