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

/external/sqlite/dist/
H A Dsqlite3.c2738 ** to use D and invoking [sqlite3_mutex_leave]([sqlite3_db_mutex](D)) after
5235 ** ^The sqlite3_mutex_leave() routine exits a mutex that was
5242 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
5251 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
5291 ** <li> [sqlite3_mutex_leave()] </li>
8161 #define sqlite3_mutex_leave(X) macro
11425 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
12011 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
12286 sqlite3_mutex_leave(mutex);
12332 sqlite3_mutex_leave(mute
14523 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ function
76330 #define sqlite3_mutex_leave macro
[all...]

Completed in 183 milliseconds