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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java167 public static final int SQLITE_MUTEX_RECURSIVE = 1; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h6532 ** <li> SQLITE_MUTEX_RECURSIVE
6547 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6549 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6552 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6559 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6565 ** SQLITE_MUTEX_RECURSIVE.
6568 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6582 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6586 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6734 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6809 ** <li> SQLITE_MUTEX_RECURSIVE
6824 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6826 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6829 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6836 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6842 ** SQLITE_MUTEX_RECURSIVE.
6845 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6859 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6863 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
7011 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6532 ** <li> SQLITE_MUTEX_RECURSIVE
6547 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6549 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6552 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6559 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6565 ** SQLITE_MUTEX_RECURSIVE.
6568 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6582 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6586 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6734 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6809 ** <li> SQLITE_MUTEX_RECURSIVE
6824 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6826 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6829 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6836 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6842 ** SQLITE_MUTEX_RECURSIVE.
6845 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6859 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6863 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
7011 #define SQLITE_MUTEX_RECURSIVE macro
[all...]

Completed in 417 milliseconds