Searched refs:pGlobalMutexMethods (Results 1 – 1 of 1) sorted by relevance
28808 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods; variable28812 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()28815 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()28823 pGlobalMutexMethods = sqlite3DefaultMutex(); in checkMutexInit()28827 pGlobalMutexMethods = 0; in checkMutexEnd()28858 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()28883 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()28899 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()28906 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()28914 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()[all …]