Searched refs:sqlite3_mutex_enter (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h349 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c2887 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5394 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5396 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5418 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5426 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5465 ** <li> [sqlite3_mutex_enter()] </li>
8474 #define sqlite3_mutex_enter(X) macro
12137 sqlite3_mutex_enter(db->mutex);
12711 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13295 sqlite3_mutex_enter(sqlite3MutexAllo
15875 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
83646 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h2350 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
4857 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
4859 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
4881 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
4889 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4928 ** <li> [sqlite3_mutex_enter()] </li>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h349 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c2887 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5394 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5396 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5418 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5426 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5465 ** <li> [sqlite3_mutex_enter()] </li>
8474 #define sqlite3_mutex_enter(X) macro
12137 sqlite3_mutex_enter(db->mutex);
12711 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13295 sqlite3_mutex_enter(sqlite3MutexAllo
15875 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
83646 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h2350 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
4857 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
4859 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
4881 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
4889 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4928 ** <li> [sqlite3_mutex_enter()] </li>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h349 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
H A Dsqlite3.c2887 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
5394 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5396 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5418 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
5426 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5465 ** <li> [sqlite3_mutex_enter()] </li>
8474 #define sqlite3_mutex_enter(X) macro
12137 sqlite3_mutex_enter(db->mutex);
12711 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13295 sqlite3_mutex_enter(sqlite3MutexAllo
15875 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ function
83646 #define sqlite3_mutex_enter macro
[all...]
H A Dsqlite3.h2350 ** by invoking [sqlite3_mutex_enter]([sqlite3_db_mutex](D)) before beginning
4857 ** ^The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
4859 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
4881 ** ^If the argument to sqlite3_mutex_enter(), sqlite3_mutex_try(), or
4889 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4928 ** <li> [sqlite3_mutex_enter()] </li>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h5480 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5482 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5508 void sqlite3_mutex_enter(sqlite3_mutex*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h5480 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5482 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5508 void sqlite3_mutex_enter(sqlite3_mutex*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h5480 ** The sqlite3_mutex_enter() and sqlite3_mutex_try() routines attempt
5482 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return
5508 void sqlite3_mutex_enter(sqlite3_mutex*);

Completed in 1115 milliseconds