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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7445 ** <li> SQLITE_MUTEX_RECURSIVE
7460 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
7462 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
7465 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
7472 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
7478 ** SQLITE_MUTEX_RECURSIVE.
7481 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
7495 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
7499 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
7647 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c8508 ** <li> SQLITE_MUTEX_RECURSIVE
8523 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8525 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
8528 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8535 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8541 ** SQLITE_MUTEX_RECURSIVE.
8544 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8558 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
8562 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
8710 #define SQLITE_MUTEX_RECURSIVE macro
[all...]

Completed in 737 milliseconds