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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5414 ** xMutexNotheld) implement the following interfaces (respectively):
5459 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5967 ** xMutexNotheld) implement the following interfaces (respectively):
6012 int (*xMutexNotheld)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
16920 return p==0 || sqlite3GlobalConfig.mutex.xMutexNotheld(p);
[all...]

Completed in 506 milliseconds