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

  /external/chromium_org/third_party/sqlite/src/src/
mutex.c 49 memcpy(&pTo->xMutexFree, &pFrom->xMutexFree,
50 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
102 sqlite3GlobalConfig.mutex.xMutexFree(p);
test_init.c 89 wrapped.mutex.xMutexFree(p);
test_mutex.c 102 g.m.xMutexFree(p->pReal);
sqlite.h.in     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 79 milliseconds