Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h7795 sqlite3_mutex *(*xMutexAlloc)(int); member
/third_party/sqlite/src/
Dsqlite3.c8108 sqlite3_mutex *(*xMutexAlloc)(int); member
26821 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);