HomeSort by: relevance | last modified time | path
    Searched refs:xMutexInit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 8474 ** ^The xMutexInit method defined by this structure is invoked as
8476 ** ^The xMutexInit routine is called by SQLite exactly once for each
8483 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8508 ** The xMutexInit() method must be threadsafe. It must be harmless to
8509 ** invoke xMutexInit() multiple times within the same process and without
8511 ** xMutexInit() must be no-ops.
8513 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
8519 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
8520 ** If xMutexInit fails in any way, it is expected to clean up after itself
8525 int (*xMutexInit)(void)
    [all...]
sqlite3.c 8795 ** ^The xMutexInit method defined by this structure is invoked as
8797 ** ^The xMutexInit routine is called by SQLite exactly once for each
8804 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8829 ** The xMutexInit() method must be threadsafe. It must be harmless to
8830 ** invoke xMutexInit() multiple times within the same process and without
8832 ** xMutexInit() must be no-ops.
8834 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
8840 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
8841 ** If xMutexInit fails in any way, it is expected to clean up after itself
8846 int (*xMutexInit)(void)
    [all...]

Completed in 115 milliseconds