Searched refs:pGlobalMutexMethods (Results 1 – 1 of 1) sorted by relevance
29307 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods; variable29311 return pGlobalMutexMethods->xMutexHeld(((CheckMutex*)p)->mutex); in checkMutexHeld()29314 return pGlobalMutexMethods->xMutexNotheld(((CheckMutex*)p)->mutex); in checkMutexNotheld()29322 pGlobalMutexMethods = sqlite3DefaultMutex(); in checkMutexInit()29326 pGlobalMutexMethods = 0; in checkMutexEnd()29357 p->mutex = pGlobalMutexMethods->xMutexAlloc(iType); in checkMutexAlloc()29382 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()29398 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()29405 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()29413 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()[all …]