Searched defs:SQLITE_MUTEX_RECURSIVE (Results 1 - 7 of 7) 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5132 ** <li> SQLITE_MUTEX_RECURSIVE
5141 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5143 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5146 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5153 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5159 ** SQLITE_MUTEX_RECURSIVE.
5162 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5179 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5333 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c5675 ** <li> SQLITE_MUTEX_RECURSIVE
5684 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5686 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5689 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5696 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5702 ** SQLITE_MUTEX_RECURSIVE.
5705 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5722 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5876 #define SQLITE_MUTEX_RECURSIVE 1 macro
16664 case SQLITE_MUTEX_RECURSIVE
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5485 ** <li> SQLITE_MUTEX_RECURSIVE
5494 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5496 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5499 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5506 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5512 ** SQLITE_MUTEX_RECURSIVE.
5515 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5532 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5686 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c6035 ** <li> SQLITE_MUTEX_RECURSIVE
6044 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6046 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6049 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6056 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6062 ** SQLITE_MUTEX_RECURSIVE.
6065 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6082 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6236 #define SQLITE_MUTEX_RECURSIVE 1 macro
17528 case SQLITE_MUTEX_RECURSIVE
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5485 ** <li> SQLITE_MUTEX_RECURSIVE
5494 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5496 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5499 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5506 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5512 ** SQLITE_MUTEX_RECURSIVE.
5515 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5532 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5686 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c6035 ** <li> SQLITE_MUTEX_RECURSIVE
6044 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
6046 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6049 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6056 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6062 ** SQLITE_MUTEX_RECURSIVE.
6065 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6082 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6236 #define SQLITE_MUTEX_RECURSIVE 1 macro
17528 case SQLITE_MUTEX_RECURSIVE
[all...]

Completed in 450 milliseconds