HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_mutex_alloc (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mutex.c 82 sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
mutex.h 61 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
test_multiplex.c 46 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
906 gMultiplex.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
    [all...]
test_quota.c 38 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
581 gQuota.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
sqlite3ext.h 369 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
  /external/sqlite/dist/orig/
sqlite3ext.h 393 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
sqlite3.c 9571 #define sqlite3_mutex_alloc macro
17341 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
91366 #define sqlite3_mutex_alloc macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 393 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
sqlite3.c 9571 #define sqlite3_mutex_alloc macro
17341 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
91402 #define sqlite3_mutex_alloc macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 8998 #define sqlite3_mutex_alloc macro
16477 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
87058 #define sqlite3_mutex_alloc macro
    [all...]

Completed in 735 milliseconds