Searched refs:pGlobalMutexMethods (Results 1 – 1 of 1) sorted by relevance
66 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods; variable70 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()73 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()81 pGlobalMutexMethods = sqlite3DefaultMutex(); in checkMutexInit()85 pGlobalMutexMethods = 0; in checkMutexEnd()116 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()141 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()157 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()164 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()172 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()[all …]