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

/external/sqlite/dist/orig/
H A Dsqlite3.h6167 ** xMutexNotheld) implement the following interfaces (respectively):
6212 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6374 ** xMutexNotheld) implement the following interfaces (respectively):
6419 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
19255 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6167 ** xMutexNotheld) implement the following interfaces (respectively):
6212 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6374 ** xMutexNotheld) implement the following interfaces (respectively):
6419 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
19255 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 378 milliseconds