Searched refs:xMutexInit (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c53 rc = sqlite3GlobalConfig.mutex.xMutexInit();
H A Dtest_init.c73 rc = wrapped.mutex.xMutexInit();
H A Dtest_mutex.c60 rc = g.m.xMutexInit();
H A Dsqlite.h.in5221 ** ^The xMutexInit method defined by this structure is invoked as
5223 ** ^The xMutexInit routine is called by SQLite exactly once for each
5230 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5255 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5256 ** invoke xMutexInit() multiple times within the same process and without
5258 ** xMutexInit() must be no-ops.
5260 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5266 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5267 ** If xMutexInit fails in any way, it is expected to clean up after itself
5272 int (*xMutexInit)(voi
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5226 ** ^The xMutexInit method defined by this structure is invoked as
5228 ** ^The xMutexInit routine is called by SQLite exactly once for each
5235 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5260 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5261 ** invoke xMutexInit() multiple times within the same process and without
5263 ** xMutexInit() must be no-ops.
5265 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5271 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5272 ** If xMutexInit fails in any way, it is expected to clean up after itself
5277 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c5769 ** ^The xMutexInit method defined by this structure is invoked as
5771 ** ^The xMutexInit routine is called by SQLite exactly once for each
5778 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5803 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5804 ** invoke xMutexInit() multiple times within the same process and without
5806 ** xMutexInit() must be no-ops.
5808 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5814 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5815 ** If xMutexInit fails in any way, it is expected to clean up after itself
5820 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5579 ** ^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)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6129 ** ^The xMutexInit method defined by this structure is invoked as
6131 ** ^The xMutexInit routine is called by SQLite exactly once for each
6138 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6163 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
6164 ** invoke xMutexInit() multiple times within the same process and without
6166 ** xMutexInit() must be no-ops.
6168 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6174 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6175 ** If xMutexInit fails in any way, it is expected to clean up after itself
6180 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5579 ** ^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)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6129 ** ^The xMutexInit method defined by this structure is invoked as
6131 ** ^The xMutexInit routine is called by SQLite exactly once for each
6138 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6163 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
6164 ** invoke xMutexInit() multiple times within the same process and without
6166 ** xMutexInit() must be no-ops.
6168 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6174 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6175 ** If xMutexInit fails in any way, it is expected to clean up after itself
6180 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 663 milliseconds