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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7553 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
7596 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c8616 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
8659 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
[all...]

Completed in 840 milliseconds