Lines Matching refs:pcache1LeaveMutex
254 # define pcache1LeaveMutex(X) assert((X)->mutex==0) macro
258 # define pcache1LeaveMutex(X) sqlite3_mutex_leave((X)->mutex) macro
449 pcache1LeaveMutex(pCache->pGroup); in pcache1AllocPage()
549 pcache1LeaveMutex(p->pGroup); in pcache1ResizeHash()
800 pcache1LeaveMutex(pGroup); in pcache1Create()
830 pcache1LeaveMutex(pGroup); in pcache1Cachesize()
849 pcache1LeaveMutex(pGroup); in pcache1Shrink()
861 pcache1LeaveMutex(pCache->pGroup); in pcache1Pagecount()
1043 pcache1LeaveMutex(pCache->pGroup); in pcache1FetchWithMutex()
1107 pcache1LeaveMutex(pCache->pGroup); in pcache1Unpin()
1146 pcache1LeaveMutex(pCache->pGroup); in pcache1Rekey()
1163 pcache1LeaveMutex(pCache->pGroup); in pcache1Truncate()
1183 pcache1LeaveMutex(pGroup); in pcache1Destroy()
1252 pcache1LeaveMutex(&pcache1.grp); in sqlite3PcacheReleaseMemory()