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.in5235 ** xMutexNotheld) implement the following interfaces (respectively):
5280 int (*xMutexNotheld)(sqlite3_mutex *);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5240 ** xMutexNotheld) implement the following interfaces (respectively):
5285 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5783 ** xMutexNotheld) implement the following interfaces (respectively):
5828 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
16544 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5593 ** xMutexNotheld) implement the following interfaces (respectively):
5638 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6143 ** xMutexNotheld) implement the following interfaces (respectively):
6188 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
17408 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5593 ** xMutexNotheld) implement the following interfaces (respectively):
5638 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6143 ** xMutexNotheld) implement the following interfaces (respectively):
6188 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
17408 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 622 milliseconds