HomeSort by: relevance | last modified time | path
    Searched refs:sync_cache (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 106 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
224 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
243 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
294 sync_alloc_.FlushCache(&proc->sync_cache);
tsan_rtl.h 358 DenseSlabAllocCache sync_cache; member in struct:__tsan::Processor
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_sync.cpp 103 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
207 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
222 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
269 sync_alloc_.FlushCache(&proc->sync_cache);
tsan_rtl.h 118 DenseSlabAllocCache sync_cache; member in struct:__tsan::Processor
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_sync.cpp 92 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask);
218 sync_alloc_.Free(&thr->proc()->sync_cache, myidx);
232 myidx = sync_alloc_.Alloc(&thr->proc()->sync_cache);
279 sync_alloc_.FlushCache(&proc->sync_cache);
tsan_rtl.h 120 DenseSlabAllocCache sync_cache; member in struct:__tsan::Processor

Completed in 42 milliseconds