Searched refs:xMutexTry (Results 1 – 4 of 4) sorted by relevance
4802 int (*xMutexTry)(sqlite3_mutex *); member
4759 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and4802 int (*xMutexTry)(sqlite3_mutex *);
5326 int (*xMutexTry)(sqlite3_mutex *); member14512 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
5283 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and5326 int (*xMutexTry)(sqlite3_mutex *);14507 return sqlite3GlobalConfig.mutex.xMutexTry(p);