Lines Matching defs:SQLITE_MUTEX_RECURSIVE
8009 ** <li> SQLITE_MUTEX_RECURSIVE
8024 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8026 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
8029 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8036 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8042 ** SQLITE_MUTEX_RECURSIVE.
8045 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8059 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
8063 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
8213 #define SQLITE_MUTEX_RECURSIVE 1