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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 354 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) {
355 JmpBuf *buf = &thr->jmp_bufs[i];
357 uptr sz = thr->jmp_bufs.Size();
358 thr->jmp_bufs[i] = thr->jmp_bufs[sz - 1];
359 thr->jmp_bufs.PopBack();
371 JmpBuf *buf = thr->jmp_bufs.PushBack();
380 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) {
381 JmpBuf *buf = &thr->jmp_bufs[i];
    [all...]
tsan_rtl.h 355 Vector<JmpBuf> jmp_bufs; member in struct:__tsan::ThreadState
tsan_rtl.cc 106 , jmp_bufs(MBlockJmpBuf)

Completed in 552 milliseconds