Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmutex.c157 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()
172 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()
243 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
327 assert( sqlite3GlobalConfig.mutex.xMutexTry ); in sqlite3_mutex_try()
328 return sqlite3GlobalConfig.mutex.xMutexTry(p); in sqlite3_mutex_try()
H A Dtest_init.c99 return wrapped.mutex.xMutexTry(p); in wrMutexTry()
H A Dtest_mutex.c146 return g.m.xMutexTry(p->pReal); in counterMutexTry()
H A Dsqlite.h.in7842 ** xMutexFree, xMutexEnter, xMutexTry, xMutexLeave, xMutexHeld and
7885 int (*xMutexTry)(sqlite3_mutex *); member
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_mutex.c54 return pEnv->xMutexTry(pMutex); in lsmMutexTry()
H A Dlsm.h82 int (*xMutexTry)(lsm_mutex *); /* Attempt to obtain a mutex */ member