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

  /external/chromium_org/third_party/sqlite/src/src/
mutex.c 129 ** The sqlite3_mutex_leave() routine exits a mutex that was previously
134 void sqlite3_mutex_leave(sqlite3_mutex *p){ function
mutex.h 65 #define sqlite3_mutex_leave(X) macro
test_multiplex.c 50 #define sqlite3_mutex_leave(X) macro
178 static void multiplexLeave(void){ sqlite3_mutex_leave(gMultiplex.pMutex); }
    [all...]
test_quota.c 42 #define sqlite3_mutex_leave(X) macro
165 static void quotaLeave(void){ sqlite3_mutex_leave(gQuota.pMutex); }
sqlite3ext.h 372 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
  /external/sqlite/dist/orig/
sqlite3ext.h 410 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
sqlite3.c 10297 #define sqlite3_mutex_leave macro
18503 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
97381 #define sqlite3_mutex_leave macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 410 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
sqlite3.c 10297 #define sqlite3_mutex_leave macro
18503 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
97401 #define sqlite3_mutex_leave macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 8987 #define sqlite3_mutex_leave macro
16514 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
86854 #define sqlite3_mutex_leave macro
    [all...]

Completed in 539 milliseconds