Home | History | Annotate | Download | only in dist

Lines Matching refs:xMutexInit

5579 ** ^The xMutexInit method defined by this structure is invoked as
5581 ** ^The xMutexInit routine is called by SQLite exactly once for each
5588 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5613 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5614 ** invoke xMutexInit() multiple times within the same process and without
5616 ** xMutexInit() must be no-ops.
5618 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5624 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5625 ** If xMutexInit fails in any way, it is expected to clean up after itself
5630 int (*xMutexInit)(void);