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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c149 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
H A Dtest_init.c104 return wrapped.mutex.xMutexNotheld(p);
H A Dtest_mutex.c49 return g.m.xMutexNotheld(p->pReal);
H A Dsqlite.h.in5220 ** xMutexNotheld) implement the following interfaces (respectively):
5265 int (*xMutexNotheld)(sqlite3_mutex *);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5225 ** xMutexNotheld) implement the following interfaces (respectively):
5270 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5768 ** xMutexNotheld) implement the following interfaces (respectively):
5813 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
16529 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5967 ** xMutexNotheld) implement the following interfaces (respectively):
6012 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6082 ** xMutexNotheld) implement the following interfaces (respectively):
6127 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
18518 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5967 ** xMutexNotheld) implement the following interfaces (respectively):
6012 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6082 ** xMutexNotheld) implement the following interfaces (respectively):
6127 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
18518 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 9090 milliseconds