Searched defs:sqlite3_mutex_leave (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c129 ** The sqlite3_mutex_leave() routine exits a mutex that was previously
134 void sqlite3_mutex_leave(sqlite3_mutex *p){ function
H A Dmutex.h65 #define sqlite3_mutex_leave(X) macro
H A Dtest_multiplex.c50 #define sqlite3_mutex_leave(X) macro
178 static void multiplexLeave(void){ sqlite3_mutex_leave(gMultiplex.pMutex); }
H A Dtest_quota.c42 #define sqlite3_mutex_leave(X) macro
165 static void quotaLeave(void){ sqlite3_mutex_leave(gQuota.pMutex); }
H A Dsqlite3ext.h372 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h410 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c3066 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
6034 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
6041 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
6050 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
6089 ** <li> [sqlite3_mutex_leave()] </li>
10297 #define sqlite3_mutex_leave(X) macro
14590 sqlite3_mutex_leave(db->mutex);
15042 sqlite3_mutex_leave(mutex);
15693 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
16062 sqlite3_mutex_leave(mute
18503 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
97381 #define sqlite3_mutex_leave macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h410 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c3066 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
6034 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
6041 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
6050 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
6089 ** <li> [sqlite3_mutex_leave()] </li>
10297 #define sqlite3_mutex_leave(X) macro
14590 sqlite3_mutex_leave(db->mutex);
15042 sqlite3_mutex_leave(mutex);
15693 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
16062 sqlite3_mutex_leave(mute
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/
H A Dsqlite3.c2996 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
5720 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
5727 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
5736 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
5775 ** <li> [sqlite3_mutex_leave()] </li>
8987 #define sqlite3_mutex_leave(X) macro
12847 sqlite3_mutex_leave(db->mutex);
13322 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13905 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14214 sqlite3_mutex_leave(mute
16514 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
86854 #define sqlite3_mutex_leave macro
[all...]

Completed in 455 milliseconds