Searched refs:SQLITE_MUTEX_RECURSIVE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5306 ** <li> SQLITE_MUTEX_RECURSIVE
5315 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5317 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5320 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5327 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5333 ** SQLITE_MUTEX_RECURSIVE.
5336 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5353 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5507 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c5859 ** <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
17040 case SQLITE_MUTEX_RECURSIVE
[all...]

Completed in 585 milliseconds