Home
last modified time | relevance | path

Searched refs:xShmBarrier (Results 1 – 22 of 22) sorted by relevance

/sqlite-3.40.0/test/
H A Dwalblock.test69 # 2. Attempt to commit the write transaction. Intercept the xShmBarrier()
73 # 3. Within the xShmBarrier() callback, make an asynchronous request to
77 # 4. Still in xShmBarrier(), wait for 5 seconds. Check that the other
91 tvfs filter xShmBarrier
H A Dwal3.test274 if {$method == "xShmBarrier"} {
277 # This code is executed within the xShmBarrier() callback invoked
309 T filter xShmBarrier
325 T filter xShmBarrier
H A De_wal.test28 # shared-memory methods xShmMap, xShmLock, xShmBarrier, and xShmUnmap on
/sqlite-3.40.0/src/
H A Dtest_vfstrace.c583 p->pReal->pMethods->xShmBarrier(p->pReal); in vfstraceShmBarrier()
638 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0; in vfstraceOpen()
H A Dtest_devsym.c208 p->pReal->pMethods->xShmBarrier(p->pReal); in devsymShmBarrier()
H A Dos.c174 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
H A Dtest_multiplex.c1121 pSubOpen->pMethods->xShmBarrier(pSubOpen); in multiplexShmBarrier()
1193 gMultiplex.sIoMethodsV2.xShmBarrier = multiplexShmBarrier; in sqlite3_multiplex_initialize()
H A Dtest_vfs.c688 pMethods->xShmBarrier = 0; in tvfsOpen()
1015 pReal->pMethods->xShmBarrier(pReal); in tvfsShmBarrier()
H A Dtest_quota.c727 pSubOpen->pMethods->xShmBarrier(pSubOpen); in quotaShmBarrier()
783 gQuota.sIoMethodsV2.xShmBarrier = quotaShmBarrier; in sqlite3_quota_initialize()
H A Dtest6.c558 pReal->pMethods->xShmBarrier(pReal); in cfShmBarrier()
H A Dtest_osinst.c462 p->pReal->pMethods->xShmBarrier(p->pReal); in vfslogShmBarrier()
H A Dsqlite.h.in850 void (*xShmBarrier)(sqlite3_file*); member
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h68 void (*xShmBarrier)(void); member
H A Dlsm_file.c451 pEnv->xShmBarrier(); in lsmEnvShmBarrier()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c318 return p->pVfs->xShmBarrier(p->pFile); in btVfsShmBarrier()
737 p->env.xShmBarrier = btVfsShmBarrier; in test_bt_open()
H A Dlsmtest_tdb3.c998 pDb->env.xShmBarrier = testEnvShmBarrier; in testLsmOpen()
/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c401 pFile->pMethods->xShmBarrier(pFile); in apndShmBarrier()
H A Dvfsstat.c405 p->pReal->pMethods->xShmBarrier(p->pReal); in vstatShmBarrier()
H A Dcksumvfs.c639 pFile->pMethods->xShmBarrier(pFile); in cksmShmBarrier()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c761 M(xShmBarrier,"v(p)"); in sqlite3_wasm_enum_json()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c2494 pFd->pMethods->xShmBarrier(pFd); in recoverVfsShmBarrier()
2497 pFd->pMethods->xShmBarrier(pFd); in recoverVfsShmBarrier()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c4999 p->pReal->pMethods->xShmBarrier(p->pReal); in rbuVfsShmBarrier()