Searched refs:sync_alloc_ (Results 1 – 2 of 2) sorted by relevance
103 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask); in FreeRange()106 sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask); in FreeRange()182 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask); in GetBlock()210 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask); in GetAndLock()214 sync_alloc_.Free(&thr->sync_cache, myidx); in GetAndLock()233 myidx = sync_alloc_.Alloc(&thr->sync_cache); in GetAndLock()234 mys = sync_alloc_.Map(myidx); in GetAndLock()275 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask); in MoveMemory()284 sync_alloc_.FlushCache(&thr->sync_cache); in OnThreadIdle()
95 SyncAlloc sync_alloc_; variable