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.h6145 ** <li> SQLITE_MUTEX_RECURSIVE
6160 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6162 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6165 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6172 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6178 ** SQLITE_MUTEX_RECURSIVE.
6181 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6195 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6199 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6347 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6359 ** <li> SQLITE_MUTEX_RECURSIVE
6374 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6376 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6379 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6386 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6392 ** SQLITE_MUTEX_RECURSIVE.
6395 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6409 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6413 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6561 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6145 ** <li> SQLITE_MUTEX_RECURSIVE
6160 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6162 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6165 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6172 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6178 ** SQLITE_MUTEX_RECURSIVE.
6181 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6195 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6199 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6347 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6359 ** <li> SQLITE_MUTEX_RECURSIVE
6374 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6376 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6379 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6386 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6392 ** SQLITE_MUTEX_RECURSIVE.
6395 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6409 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6413 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6561 #define SQLITE_MUTEX_RECURSIVE macro
[all...]

Completed in 537 milliseconds