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.h6476 ** <li> SQLITE_MUTEX_RECURSIVE
6491 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6493 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6496 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6503 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6509 ** SQLITE_MUTEX_RECURSIVE.
6512 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6526 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6530 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6678 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6753 ** <li> SQLITE_MUTEX_RECURSIVE
6768 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6770 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6773 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6780 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6786 ** SQLITE_MUTEX_RECURSIVE.
6789 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6803 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6807 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6955 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6476 ** <li> SQLITE_MUTEX_RECURSIVE
6491 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6493 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6496 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6503 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6509 ** SQLITE_MUTEX_RECURSIVE.
6512 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6526 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6530 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6678 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6753 ** <li> SQLITE_MUTEX_RECURSIVE
6768 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6770 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6773 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6780 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6786 ** SQLITE_MUTEX_RECURSIVE.
6789 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6803 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6807 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6955 #define SQLITE_MUTEX_RECURSIVE macro
[all...]

Completed in 431 milliseconds