Searched refs:sqlite3MutexAlloc (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c8479 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
10377 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
12711 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
12719 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13295 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13298 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13594 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13609 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
13636 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13656 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE
15854 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c8479 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
10377 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
12711 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
12719 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13295 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13298 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13594 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13609 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
13636 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13656 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE
15854 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c8479 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
10377 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
12711 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
12719 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13295 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13298 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13594 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13609 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
13636 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13656 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE
15854 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]

Completed in 640 milliseconds