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

/external/sqlite/dist/orig/
H A Dsqlite3.h6254 ** xMutexNotheld) implement the following interfaces (respectively):
6299 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6468 ** xMutexNotheld) implement the following interfaces (respectively):
6513 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
19927 pTo->xMutexNotheld = pFrom->xMutexNotheld;
20036 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld );
20037 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6254 ** xMutexNotheld) implement the following interfaces (respectively):
6299 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6468 ** xMutexNotheld) implement the following interfaces (respectively):
6513 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
19927 pTo->xMutexNotheld = pFrom->xMutexNotheld;
20036 assert( p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld );
20037 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 632 milliseconds