Searched refs:SQLITE_MUTEX_RECURSIVE (Results 1 - 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4544 ** <li> SQLITE_MUTEX_RECURSIVE
4554 ** a new mutex. The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
4557 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
4569 ** SQLITE_MUTEX_RECURSIVE.
4572 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
4589 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
4727 #define SQLITE_MUTEX_RECURSIVE 1 macro
/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 452 milliseconds