Searched refs:SQLITE_MUTEX_RECURSIVE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4651 ** <li> SQLITE_MUTEX_RECURSIVE
4660 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
4662 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
4665 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
4672 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
4678 ** SQLITE_MUTEX_RECURSIVE.
4681 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
4698 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
4853 #define SQLITE_MUTEX_RECURSIVE 1 macro
5204 ** ^SQLite holds a [SQLITE_MUTEX_RECURSIVE] mute
[all...]
H A Dsqlite3.c5175 ** <li> SQLITE_MUTEX_RECURSIVE
5184 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5186 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5189 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5196 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5202 ** SQLITE_MUTEX_RECURSIVE.
5205 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5222 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5377 #define SQLITE_MUTEX_RECURSIVE 1 macro
5728 ** ^SQLite holds a [SQLITE_MUTEX_RECURSIVE] mute
[all...]

Completed in 225 milliseconds