Searched defs: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.h6061 ** <li> SQLITE_MUTEX_RECURSIVE
6073 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6075 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6078 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6085 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6091 ** SQLITE_MUTEX_RECURSIVE.
6094 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6108 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6112 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6260 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6268 ** <li> SQLITE_MUTEX_RECURSIVE
6280 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6282 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6285 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6292 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6298 ** SQLITE_MUTEX_RECURSIVE.
6301 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6315 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6319 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6467 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6061 ** <li> SQLITE_MUTEX_RECURSIVE
6073 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6075 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6078 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6085 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6091 ** SQLITE_MUTEX_RECURSIVE.
6094 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6108 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6112 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6260 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c6268 ** <li> SQLITE_MUTEX_RECURSIVE
6280 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6282 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6285 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6292 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6298 ** SQLITE_MUTEX_RECURSIVE.
6301 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6315 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6319 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
6467 #define SQLITE_MUTEX_RECURSIVE macro
[all...]

Completed in 353 milliseconds