Searched refs:sqlite3_mutex_methods (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c40 sqlite3_mutex_methods const *pFrom;
41 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex;
48 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
50 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
H A Dmutex_noop.c52 sqlite3_mutex_methods const *sqlite3NoopMutex(void){
53 static const sqlite3_mutex_methods sMutex = {
179 sqlite3_mutex_methods const *sqlite3NoopMutex(void){
180 static const sqlite3_mutex_methods sMutex = {
202 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
H A Dmutex_os2.c254 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
255 static const sqlite3_mutex_methods sMutex = {
H A Dmutex_unix.c330 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
331 static const sqlite3_mutex_methods sMutex = {
H A Dmutex_w32.c312 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
313 static const sqlite3_mutex_methods sMutex = {
H A Dtest_mutex.c37 sqlite3_mutex_methods m; /* Interface to "real" mutex system */
188 sqlite3_mutex_methods counter_methods = {
226 memset(&g.m, 0, sizeof(sqlite3_mutex_methods));
H A Dtest_init.c35 sqlite3_mutex_methods mutex;
152 sqlite3_mutex_methods mutexmethods = {
H A Dsqlite.h.in1365 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1368 ** content of the [sqlite3_mutex_methods] structure before the call to
1377 ** instance of the [sqlite3_mutex_methods] structure. The
1378 ** [sqlite3_mutex_methods]
1438 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1439 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5255 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods;
5256 struct sqlite3_mutex_methods {
H A DsqliteInt.h2427 sqlite3_mutex_methods mutex; /* Low-level mutex interface */
2613 sqlite3_mutex_methods const *sqlite3DefaultMutex(void);
2614 sqlite3_mutex_methods const *sqlite3NoopMutex(void);
H A Dmain.c315 sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*);
320 *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1370 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1373 ** content of the [sqlite3_mutex_methods] structure before the call to
1382 ** instance of the [sqlite3_mutex_methods] structure. The
1383 ** [sqlite3_mutex_methods]
1443 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1444 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5260 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5261 struct sqlite3_mutex_methods { struct
H A Dsqlite3.c1913 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1916 ** content of the [sqlite3_mutex_methods] structure before the call to
1925 ** instance of the [sqlite3_mutex_methods] structure. The
1926 ** [sqlite3_mutex_methods]
1986 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1987 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
5803 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5804 struct sqlite3_mutex_methods { struct
10772 sqlite3_mutex_methods mute
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1593 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1596 ** content of the [sqlite3_mutex_methods] structure before the call to
1605 ** instance of the [sqlite3_mutex_methods] structure. The
1606 ** [sqlite3_mutex_methods]
1736 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1737 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6003 struct sqlite3_mutex_methods { struct
H A Dsqlite3.c1708 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1711 ** content of the [sqlite3_mutex_methods] structure before the call to
1720 ** instance of the [sqlite3_mutex_methods] structure. The
1721 ** [sqlite3_mutex_methods]
1851 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1852 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
6117 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6118 struct sqlite3_mutex_methods { struct
12191 sqlite3_mutex_methods mute
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1593 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1596 ** content of the [sqlite3_mutex_methods] structure before the call to
1605 ** instance of the [sqlite3_mutex_methods] structure. The
1606 ** [sqlite3_mutex_methods]
1736 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1737 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6003 struct sqlite3_mutex_methods { struct
H A Dsqlite3.c1708 ** instance of the [sqlite3_mutex_methods] structure. The argument specifies
1711 ** content of the [sqlite3_mutex_methods] structure before the call to
1720 ** instance of the [sqlite3_mutex_methods] structure. The
1721 ** [sqlite3_mutex_methods]
1851 #define SQLITE_CONFIG_MUTEX 10 /* sqlite3_mutex_methods* */
1852 #define SQLITE_CONFIG_GETMUTEX 11 /* sqlite3_mutex_methods* */
6117 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6118 struct sqlite3_mutex_methods { struct
12191 sqlite3_mutex_methods mute
[all...]

Completed in 665 milliseconds