Home
last modified time | relevance | path

Searched refs:xMutexTry (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmutex.c157 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()
172 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()
243 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
327 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()
328 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
H A Dtest_init.c99 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmutex.c157 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()
172 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()
243 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
326 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()
327 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
H A Dtest_init.c99 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmutex.c157 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()
172 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()
243 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
327 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()
328 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
H A Dtest_init.c99 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmutex.c52 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
135 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()
136 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
H A Dtest_init.c99 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
/dports/www/firefox-esr/firefox-91.8.0/storage/test/gtest/
H A Dstorage_test_harness.h230 return orig_mutex_methods.xMutexTry(mutex); in wrapped_MutexTry()
244 wrapped_mutex_methods.xMutexTry = wrapped_MutexTry; in HookSqliteMutex()
/dports/www/firefox/firefox-99.0/storage/test/gtest/
H A Dstorage_test_harness.h232 return orig_mutex_methods.xMutexTry(mutex); in wrapped_MutexTry()
246 wrapped_mutex_methods.xMutexTry = wrapped_MutexTry; in HookSqliteMutex()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/test/gtest/
H A Dstorage_test_harness.h248 return orig_mutex_methods.xMutexTry(mutex); in wrapped_MutexTry()
263 wrapped_mutex_methods.xMutexTry = wrapped_MutexTry; in HookSqliteMutex()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/test/gtest/
H A Dstorage_test_harness.h230 return orig_mutex_methods.xMutexTry(mutex); in wrapped_MutexTry()
244 wrapped_mutex_methods.xMutexTry = wrapped_MutexTry; in HookSqliteMutex()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/test/gtest/
H A Dstorage_test_harness.h228 return orig_mutex_methods.xMutexTry(mutex); in wrapped_MutexTry()
242 wrapped_mutex_methods.xMutexTry = wrapped_MutexTry; in HookSqliteMutex()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/
H A Dlsm_mutex.c54 return pEnv->xMutexTry(pMutex); in lsmMutexTry()
H A Dlsm.h82 int (*xMutexTry)(lsm_mutex *); /* Attempt to obtain a mutex */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/
H A Dlsm_mutex.c54 return pEnv->xMutexTry(pMutex); in lsmMutexTry()
H A Dlsm.h82 int (*xMutexTry)(lsm_mutex *); /* Attempt to obtain a mutex */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/
H A Dlsm_mutex.c54 return pEnv->xMutexTry(pMutex); in lsmMutexTry()
H A Dlsm.h82 int (*xMutexTry)(lsm_mutex *); /* Attempt to obtain a mutex */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/
H A Dlsm_mutex.c54 return pEnv->xMutexTry(pMutex); in lsmMutexTry()
H A Dlsm.h82 int (*xMutexTry)(lsm_mutex *); /* Attempt to obtain a mutex */ member
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/test/
H A Dstorage_test_harness.h281 return orig_mutex_methods.xMutexTry(mutex); in wrapped_MutexTry()
293 wrapped_mutex_methods.xMutexTry = wrapped_MutexTry; in hook_sqlite_mutex()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmutex.c123 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
H A Dtest_init.c95 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
H A Dtest_mutex.c124 return g.m.xMutexTry(p->pReal); in counterMutexTry()

12345678910>>...17