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

/macosx-10.10/Heimdal-398.1.2/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 412 milliseconds