Searched defs:xMutexInit (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h6153 ** ^The xMutexInit method defined by this structure is invoked as
6155 ** ^The xMutexInit routine is called by SQLite exactly once for each
6162 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6187 ** The xMutexInit() method must be threadsafe. It must be harmless to
6188 ** invoke xMutexInit() multiple times within the same process and without
6190 ** xMutexInit() must be no-ops.
6192 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6198 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6199 ** If xMutexInit fails in any way, it is expected to clean up after itself
6204 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6360 ** ^The xMutexInit method defined by this structure is invoked as
6362 ** ^The xMutexInit routine is called by SQLite exactly once for each
6369 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6394 ** The xMutexInit() method must be threadsafe. It must be harmless to
6395 ** invoke xMutexInit() multiple times within the same process and without
6397 ** xMutexInit() must be no-ops.
6399 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6405 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6406 ** If xMutexInit fails in any way, it is expected to clean up after itself
6411 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6153 ** ^The xMutexInit method defined by this structure is invoked as
6155 ** ^The xMutexInit routine is called by SQLite exactly once for each
6162 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6187 ** The xMutexInit() method must be threadsafe. It must be harmless to
6188 ** invoke xMutexInit() multiple times within the same process and without
6190 ** xMutexInit() must be no-ops.
6192 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6198 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6199 ** If xMutexInit fails in any way, it is expected to clean up after itself
6204 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6360 ** ^The xMutexInit method defined by this structure is invoked as
6362 ** ^The xMutexInit routine is called by SQLite exactly once for each
6369 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6394 ** The xMutexInit() method must be threadsafe. It must be harmless to
6395 ** invoke xMutexInit() multiple times within the same process and without
6397 ** xMutexInit() must be no-ops.
6399 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6405 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6406 ** If xMutexInit fails in any way, it is expected to clean up after itself
6411 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 361 milliseconds