Searched refs:pGlobalMutexMethods (Results 1 – 1 of 1) sorted by relevance
25655 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods; variable25659 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()25662 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()25670 pGlobalMutexMethods = sqlite3DefaultMutex(); in checkMutexInit()25674 pGlobalMutexMethods = 0; in checkMutexEnd()25705 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()25730 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()25746 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()25753 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()25761 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()[all …]