Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h1262 ** Mutexes are created using [sqlite3_mutex_alloc()].
8001 ** ^The sqlite3_mutex_alloc() routine allocates a new
8002 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
8004 ** mutex. The argument to sqlite3_mutex_alloc() must one of these
8025 ** cause sqlite3_mutex_alloc() to create
8035 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8045 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8084 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8123 ** <li> [sqlite3_mutex_alloc()] </li>
8205 ** The [sqlite3_mutex_alloc()] interfac
[all...]
H A Dshell.c16769 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()
16772 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()
16777 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
H A Dsqlite3.c1575 ** Mutexes are created using [sqlite3_mutex_alloc()].
8314 ** ^The sqlite3_mutex_alloc() routine allocates a new
8315 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
8317 ** mutex. The argument to sqlite3_mutex_alloc() must one of these
8338 ** cause sqlite3_mutex_alloc() to create
8348 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8358 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8397 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8436 ** <li> [sqlite3_mutex_alloc()] </li>
8518 ** The [sqlite3_mutex_alloc()] interfac
17357 #define sqlite3_mutex_alloc( global() macro
29023 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ sqlite3_mutex_alloc() function
[all...]