Searched refs:jmp_bufs (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc324 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) {
325 JmpBuf *buf = &thr->jmp_bufs[i];
327 uptr sz = thr->jmp_bufs.Size();
328 thr->jmp_bufs[i] = thr->jmp_bufs[sz - 1];
329 thr->jmp_bufs.PopBack();
341 JmpBuf *buf = thr->jmp_bufs.PushBack();
350 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) {
351 JmpBuf *buf = &thr->jmp_bufs[i];
H A Dtsan_rtl.cc91 , jmp_bufs(MBlockJmpBuf)
H A Dtsan_rtl.h430 Vector<JmpBuf> jmp_bufs; member in struct:__tsan::ThreadState

Completed in 777 milliseconds