Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h7142 sqlite3_mutex *(*xMutexAlloc)(int); member
H A Dsqlite3.c8181 sqlite3_mutex *(*xMutexAlloc)(int); member
24957 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()
25049 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()
25062 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
25089 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
25126 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()
25127 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
25135 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()
25136 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()

Completed in 524 milliseconds