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.h5117 ** <li> SQLITE_MUTEX_RECURSIVE
5126 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5128 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5131 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5138 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5144 ** SQLITE_MUTEX_RECURSIVE.
5147 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5164 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5318 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c5660 ** <li> SQLITE_MUTEX_RECURSIVE
5669 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5671 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5674 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5681 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5687 ** SQLITE_MUTEX_RECURSIVE.
5690 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5707 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5861 #define SQLITE_MUTEX_RECURSIVE 1 macro
16649 case SQLITE_MUTEX_RECURSIVE
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5857 ** <li> SQLITE_MUTEX_RECURSIVE
5868 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5870 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5873 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5880 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5886 ** SQLITE_MUTEX_RECURSIVE.
5889 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5906 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6060 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c5972 ** <li> SQLITE_MUTEX_RECURSIVE
5983 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5985 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5988 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5995 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6001 ** SQLITE_MUTEX_RECURSIVE.
6004 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6021 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6175 #define SQLITE_MUTEX_RECURSIVE 1 macro
18453 if( id<=SQLITE_MUTEX_RECURSIVE
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5857 ** <li> SQLITE_MUTEX_RECURSIVE
5868 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5870 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5873 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5880 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5886 ** SQLITE_MUTEX_RECURSIVE.
5889 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5906 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6060 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c5972 ** <li> SQLITE_MUTEX_RECURSIVE
5983 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5985 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5988 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5995 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6001 ** SQLITE_MUTEX_RECURSIVE.
6004 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6021 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6175 #define SQLITE_MUTEX_RECURSIVE 1 macro
18453 if( id<=SQLITE_MUTEX_RECURSIVE
[all...]

Completed in 509 milliseconds