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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5807 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
5850 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6378 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
6421 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
17828 return sqlite3GlobalConfig.mutex.xMutexTry(p);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5413 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
5456 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5966 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
6009 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
16894 return sqlite3GlobalConfig.mutex.xMutexTry(p);
[all...]

Completed in 818 milliseconds