Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_MUTEX_RECURSIVE

5485 ** <li>  SQLITE_MUTEX_RECURSIVE
5494 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5496 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5499 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5506 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5512 ** SQLITE_MUTEX_RECURSIVE.
5515 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5532 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5686 #define SQLITE_MUTEX_RECURSIVE 1