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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h5700 ** <li> SQLITE_MUTEX_RECURSIVE
5709 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5711 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5714 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5721 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5727 ** SQLITE_MUTEX_RECURSIVE.
5730 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5747 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5901 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c6271 ** <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()
6318 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6472 #define SQLITE_MUTEX_RECURSIVE 1 macro
17974 case SQLITE_MUTEX_RECURSIVE
[all...]
/freebsd-10.0-release/crypto/heimdal/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 592 milliseconds