Home
last modified time | relevance | path

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

12345678910>>...17

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmutex.c34 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
57 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
94 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()
95 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
103 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()
104 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()
H A Dtest_mutex.c98 pReal = g.m.xMutexAlloc(eType); in counterMutexAlloc()
239 assert( g.m.xMutexAlloc==0 ); in test_install_mutex_counters()
246 assert( g.m.xMutexAlloc ); in test_install_mutex_counters()
H A Dtest_init.c90 return wrapped.mutex.xMutexAlloc(e); in wrMutexAlloc()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmutex.c34 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
48 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); in sqlite3MutexInit()
51 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
86 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
94 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()
H A Dtest_mutex.c83 pReal = g.m.xMutexAlloc(eType); in counterMutexAlloc()
217 assert( g.m.xMutexAlloc==0 ); in test_install_mutex_counters()
224 assert( g.m.xMutexAlloc ); in test_install_mutex_counters()
H A Dtest_init.c86 return wrapped.mutex.xMutexAlloc(e); in wrMutexAlloc()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmutex.c116 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()
208 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()
221 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
248 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
286 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()
287 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
295 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()
296 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()
H A Dtest_mutex.c98 pReal = g.m.xMutexAlloc(eType); in counterMutexAlloc()
239 assert( g.m.xMutexAlloc==0 ); in test_install_mutex_counters()
246 assert( g.m.xMutexAlloc ); in test_install_mutex_counters()
H A Dtest_init.c90 return wrapped.mutex.xMutexAlloc(e); in wrMutexAlloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmutex.c116 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()
208 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()
221 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
248 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
285 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()
286 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
294 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()
295 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()
H A Dtest_mutex.c98 pReal = g.m.xMutexAlloc(eType); in counterMutexAlloc()
239 assert( g.m.xMutexAlloc==0 ); in test_install_mutex_counters()
246 assert( g.m.xMutexAlloc ); in test_install_mutex_counters()
H A Dtest_init.c90 return wrapped.mutex.xMutexAlloc(e); in wrMutexAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmutex.c116 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()
208 if( sqlite3GlobalConfig.mutex.xMutexAlloc==checkMutexAlloc ){ in sqlite3MutexWarnOnContention()
221 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
248 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
286 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3_mutex_alloc()
287 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
295 assert( sqlite3GlobalConfig.mutex.xMutexAlloc ); in sqlite3MutexAlloc()
296 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()
H A Dtest_mutex.c98 pReal = g.m.xMutexAlloc(eType); in counterMutexAlloc()
239 assert( g.m.xMutexAlloc==0 ); in test_install_mutex_counters()
246 assert( g.m.xMutexAlloc ); in test_install_mutex_counters()
H A Dtest_init.c90 return wrapped.mutex.xMutexAlloc(e); in wrMutexAlloc()
/dports/databases/py-apsw/apsw-3.35.4-r1/src/
H A Dapsw.c767 sqlite3_mutex *m = apsw_orig_mutex_methods.xMutexAlloc(which); in apsw_xMutexAlloc()
785 apsw_mutexes[which]->underlying_mutex = apsw_orig_mutex_methods.xMutexAlloc(which); in apsw_xMutexAlloc()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4675 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.h4690 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.h4803 vtk_sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.h5427 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.h5264 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.h5427 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.h5265 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.h5453 sqlite3_mutex *(*xMutexAlloc)(int); member
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.h5632 sqlite3_mutex *(*xMutexAlloc)(int); member

12345678910>>...17