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.h396 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c3283 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
6095 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
6102 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
6111 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
6150 ** <li> [sqlite3_mutex_leave()] </li>
9575 #define sqlite3_mutex_leave(X) macro
13534 sqlite3_mutex_leave(db->mutex);
13982 sqlite3_mutex_leave(mutex);
14628 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14963 sqlite3_mutex_leave(mute
17393 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
91369 #define sqlite3_mutex_leave macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h396 #define sqlite3_mutex_leave sqlite3_api->mutex_leave macro
H A Dsqlite3.c3283 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
6095 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
6102 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
6111 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
6150 ** <li> [sqlite3_mutex_leave()] </li>
9575 #define sqlite3_mutex_leave(X) macro
13534 sqlite3_mutex_leave(db->mutex);
13982 sqlite3_mutex_leave(mutex);
14628 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14963 sqlite3_mutex_leave(mute
17393 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
91405 #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
5735 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
5742 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
5751 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
5790 ** <li> [sqlite3_mutex_leave()] </li>
9002 #define sqlite3_mutex_leave(X) macro
12862 sqlite3_mutex_leave(db->mutex);
13337 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13920 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14229 sqlite3_mutex_leave(mute
16529 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
87061 #define sqlite3_mutex_leave macro
[all...]

Completed in 1058 milliseconds