Searched refs:sqlite3_mutex_alloc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile139 sqlite3_mutex_alloc.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h1260 ** Mutexes are created using [sqlite3_mutex_alloc()].
7976 ** ^The sqlite3_mutex_alloc() routine allocates a new
7977 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
7979 ** mutex. The argument to sqlite3_mutex_alloc() must one of these
8000 ** cause sqlite3_mutex_alloc() to create
8010 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8020 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8059 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8098 ** <li> [sqlite3_mutex_alloc()] </li>
8180 ** The [sqlite3_mutex_alloc()] interfac
[all...]
H A Dshell.c15506 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
15509 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
15514 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) );
H A Dsqlite3.c1573 ** Mutexes are created using [sqlite3_mutex_alloc()].
8289 ** ^The sqlite3_mutex_alloc() routine allocates a new
8290 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
8292 ** mutex. The argument to sqlite3_mutex_alloc() must one of these
8313 ** cause sqlite3_mutex_alloc() to create
8323 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8333 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8372 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8411 ** <li> [sqlite3_mutex_alloc()] </li>
8493 ** The [sqlite3_mutex_alloc()] interfac
17307 #define sqlite3_mutex_alloc macro
28744 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
136006 #define sqlite3_mutex_alloc macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1562 sqlite3_mutex *sqlite3_mutex_alloc(int);

Completed in 541 milliseconds