Searched defs:xMutexNotheld (Results 1 - 6 of 6) sorted by relevance

/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 529 milliseconds