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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h5436 ** <li> SQLITE_MUTEX_RECURSIVE
5445 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5447 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
5450 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
5457 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
5463 ** SQLITE_MUTEX_RECURSIVE.
5466 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5483 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
5637 #define SQLITE_MUTEX_RECURSIVE 1 macro
H A Dsqlite3.c5986 ** <li> SQLITE_MUTEX_RECURSIVE
5995 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
5997 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
6000 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
6007 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
6013 ** SQLITE_MUTEX_RECURSIVE.
6016 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
6033 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
6187 #define SQLITE_MUTEX_RECURSIVE 1 macro
17464 case SQLITE_MUTEX_RECURSIVE
[all...]

Completed in 327 milliseconds