HomeSort by relevance Sort by last modified time
    Searched refs:sync_cache (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 106 sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask);
214 sync_alloc_.Free(&thr->sync_cache, myidx);
233 myidx = sync_alloc_.Alloc(&thr->sync_cache);
284 sync_alloc_.FlushCache(&thr->sync_cache);
tsan_rtl.h 395 DenseSlabAllocCache sync_cache; member in struct:__tsan::ThreadState

Completed in 51 milliseconds