HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_MUTEX_RECURSIVE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 8377 ** <li> SQLITE_MUTEX_RECURSIVE
8392 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8394 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
8397 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8404 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8410 ** SQLITE_MUTEX_RECURSIVE.
8413 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8427 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
8431 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
8581 #define SQLITE_MUTEX_RECURSIVE
    [all...]
sqlite3.c 8698 ** <li> SQLITE_MUTEX_RECURSIVE
8713 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8715 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
8718 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8725 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8731 ** SQLITE_MUTEX_RECURSIVE.
8734 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8748 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
8752 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
8902 #define SQLITE_MUTEX_RECURSIVE
    [all...]

Completed in 76 milliseconds