HomeSort by relevance Sort by last modified time
    Searched refs:xShmBarrier (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os.c 107 id->pMethods->xShmBarrier(id);
test_vfstrace.c 463 vfstrace_printf(pInfo, "%s.xShmBarrier(%s)\n", pInfo->zVfsName, p->zFName);
464 p->pReal->pMethods->xShmBarrier(p->pReal);
519 pNew->xShmBarrier = pSub->xShmBarrier ? vfstraceShmBarrier : 0;
test_multiplex.c 864 /* Pass xShmBarrier requests through to the original VFS unchanged.
871 pSubOpen->pMethods->xShmBarrier(pSubOpen);
952 gMultiplex.sIoMethodsV2.xShmBarrier = multiplexShmBarrier;
    [all...]
test_quota.c 549 /* Pass xShmBarrier requests through to the original VFS unchanged.
553 pSubOpen->pMethods->xShmBarrier(pSubOpen);
608 gQuota.sIoMethodsV2.xShmBarrier = quotaShmBarrier;
sqlite.h.in 682 void (*xShmBarrier)(sqlite3_file*);
    [all...]
test_osinst.c 212 vfslogShmBarrier, /* xShmBarrier */
453 p->pReal->pMethods->xShmBarrier(p->pReal);
786 case OS_SHMBARRIER: zEvent = "xShmBarrier"; break;
    [all...]
test_vfs.c 209 tvfsShmBarrier, /* xShmBarrier */
593 pMethods->xShmBarrier = 0;
892 tvfsExecTcl(p, "xShmBarrier",
1033 { "xShmBarrier", TESTVFS_SHMBARRIER_MASK },
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 687 void (*xShmBarrier)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 700 void (*xShmBarrier)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 700 void (*xShmBarrier)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]

Completed in 221 milliseconds