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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile29 SQLITE_MUTEX_FAST.3 \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1603 SQLITE_MUTEX_FAST = 0,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7983 ** <li> SQLITE_MUTEX_FAST
7999 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8002 ** is used but not necessarily so when SQLITE_MUTEX_FAST is used.
8004 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8008 ** might return such a mutex in response to SQLITE_MUTEX_FAST.
8011 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8016 ** use only the dynamic mutexes returned by SQLITE_MUTEX_FAST or
8019 ** ^Note that if one of the dynamic mutex parameters (SQLITE_MUTEX_FAST
8187 #define SQLITE_MUTEX_FAST 0 macro
H A Dsqlite3.c8296 ** <li> SQLITE_MUTEX_FAST
8312 ** ^The first two constants (SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE)
8315 ** is used but not necessarily so when SQLITE_MUTEX_FAST is used.
8317 ** between SQLITE_MUTEX_RECURSIVE and SQLITE_MUTEX_FAST if it does
8321 ** might return such a mutex in response to SQLITE_MUTEX_FAST.
8324 ** than SQLITE_MUTEX_FAST and SQLITE_MUTEX_RECURSIVE) each return
8329 ** use only the dynamic mutexes returned by SQLITE_MUTEX_FAST or
8332 ** ^Note that if one of the dynamic mutex parameters (SQLITE_MUTEX_FAST
8500 #define SQLITE_MUTEX_FAST 0 macro
[all...]

Completed in 533 milliseconds