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 450 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) {
451 JmpBuf *buf = &thr->jmp_bufs[i];
453 uptr sz = thr->jmp_bufs.Size();
454 internal_memcpy(buf, &thr->jmp_bufs[sz - 1], sizeof(*buf));
455 thr->jmp_bufs.PopBack();
467 JmpBuf *buf = thr->jmp_bufs.PushBack();
493 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) {
494 JmpBuf *buf = &thr->jmp_bufs[i];
    [all...]
tsan_rtl.cc 121 , jmp_bufs(MBlockJmpBuf)
tsan_rtl.h 393 Vector<JmpBuf> jmp_bufs; member in struct:__tsan::ThreadState

Completed in 110 milliseconds