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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1604 SQLITE_MUTEX_RECURSIVE = 1,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7984 ** <li> SQLITE_MUTEX_RECURSIVE
7999 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8001 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
8004 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8011 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8017 ** SQLITE_MUTEX_RECURSIVE.
8020 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8034 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
8038 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
8188 #define SQLITE_MUTEX_RECURSIVE macro
[all...]
H A Dsqlite3.c8297 ** <li> SQLITE_MUTEX_RECURSIVE
8312 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8314 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
8317 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8324 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8330 ** SQLITE_MUTEX_RECURSIVE.
8333 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8347 ** SQLITE_MUTEX_RECURSIVE can be entered multiple times by the same thread.
8351 ** than an SQLITE_MUTEX_RECURSIVE more than once, the behavior is undefined.
8501 #define SQLITE_MUTEX_RECURSIVE macro
[all...]

Completed in 803 milliseconds