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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4759 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
4802 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5283 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
5326 int (*xMutexTry)(sqlite3_mutex *); member in struct:sqlite3_mutex_methods
14475 return sqlite3GlobalConfig.mutex.xMutexTry(p);
[all...]

Completed in 369 milliseconds