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.in5206 ** ^The xMutexInit method defined by this structure is invoked as
5208 ** ^The xMutexInit routine is called by SQLite exactly once for each
5215 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5240 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5241 ** invoke xMutexInit() multiple times within the same process and without
5243 ** xMutexInit() must be no-ops.
5245 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5251 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5252 ** If xMutexInit fails in any way, it is expected to clean up after itself
5257 int (*xMutexInit)(voi
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5211 ** ^The xMutexInit method defined by this structure is invoked as
5213 ** ^The xMutexInit routine is called by SQLite exactly once for each
5220 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5245 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5246 ** invoke xMutexInit() multiple times within the same process and without
5248 ** xMutexInit() must be no-ops.
5250 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5256 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5257 ** If xMutexInit fails in any way, it is expected to clean up after itself
5262 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c5754 ** ^The xMutexInit method defined by this structure is invoked as
5756 ** ^The xMutexInit routine is called by SQLite exactly once for each
5763 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5788 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5789 ** invoke xMutexInit() multiple times within the same process and without
5791 ** xMutexInit() must be no-ops.
5793 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5799 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5800 ** If xMutexInit fails in any way, it is expected to clean up after itself
5805 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5953 ** ^The xMutexInit method defined by this structure is invoked as
5955 ** ^The xMutexInit routine is called by SQLite exactly once for each
5962 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5987 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5988 ** invoke xMutexInit() multiple times within the same process and without
5990 ** xMutexInit() must be no-ops.
5992 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5998 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5999 ** If xMutexInit fails in any way, it is expected to clean up after itself
6004 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6068 ** ^The xMutexInit method defined by this structure is invoked as
6070 ** ^The xMutexInit routine is called by SQLite exactly once for each
6077 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6102 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
6103 ** invoke xMutexInit() multiple times within the same process and without
6105 ** xMutexInit() must be no-ops.
6107 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6113 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6114 ** If xMutexInit fails in any way, it is expected to clean up after itself
6119 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5953 ** ^The xMutexInit method defined by this structure is invoked as
5955 ** ^The xMutexInit routine is called by SQLite exactly once for each
5962 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5987 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5988 ** invoke xMutexInit() multiple times within the same process and without
5990 ** xMutexInit() must be no-ops.
5992 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5998 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5999 ** If xMutexInit fails in any way, it is expected to clean up after itself
6004 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6068 ** ^The xMutexInit method defined by this structure is invoked as
6070 ** ^The xMutexInit routine is called by SQLite exactly once for each
6077 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6102 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
6103 ** invoke xMutexInit() multiple times within the same process and without
6105 ** xMutexInit() must be no-ops.
6107 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6113 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6114 ** If xMutexInit fails in any way, it is expected to clean up after itself
6119 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 411 milliseconds