Home
last modified time | relevance | path

Searched refs:xMutexTry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1582 int function (sqlite3_mutex *) xMutexTry;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h8137 int (*xMutexTry)(sqlite3_mutex *); member
H A Dsqlite3.c8450 int (*xMutexTry)(sqlite3_mutex *); member
28620 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()
28635 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()
28706 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
28790 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()
28791 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()