Lines Matching defs:SQLITE_MUTEX_RECURSIVE
7786 ** <li> SQLITE_MUTEX_RECURSIVE
7801 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
7803 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
7806 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
7813 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
7819 ** SQLITE_MUTEX_RECURSIVE.
7822 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
7836 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
7840 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
7988 #define SQLITE_MUTEX_RECURSIVE 1