Searched refs:JmpBuf (Results 1 – 9 of 9) sorted by relevance
35 std::jmp_buf JmpBuf; member63 if (0 == setjmp(c.JmpBuf)) in testOnCurrentStack()64 poisonStackAndJump(c, [&] { longjmp(c.JmpBuf, 1); }); in testOnCurrentStack()83 poisonStackAndJump(signalStack, [] { longjmp(defaultStack.JmpBuf, 1); }); in signalHandler()115 if (0 == setjmp(defaultStack.JmpBuf)) in threadFun()
30 static jmp_buf JmpBuf; variable39 longjmp(JmpBuf, 1); in MyFatalErrorHandler()59 if (setjmp(JmpBuf)) in LLVMFuzzerTestOneInput()
29 static jmp_buf JmpBuf; variable38 longjmp(JmpBuf, 1); in MyFatalErrorHandler()58 if (setjmp(JmpBuf)) in LLVMFuzzerTestOneInput()
319 struct JmpBuf { struct393 Vector<JmpBuf> jmp_bufs;
451 JmpBuf *buf = &thr->jmp_bufs[i]; in JmpBufGarbageCollect()467 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()494 JmpBuf *buf = &thr->jmp_bufs[i]; in LongJmp()
326 struct JmpBuf { struct403 Vector<JmpBuf> jmp_bufs;
484 JmpBuf *buf = &thr->jmp_bufs[i]; in JmpBufGarbageCollect()500 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()516 JmpBuf *buf = &thr->jmp_bufs[i]; in LongJmp()
9288 <!-- __tsan::Vector<__tsan::JmpBuf> __tsan::ThreadState::jmp_bufs -->9607 <!-- class __tsan::Vector<__tsan::JmpBuf> -->9608 …<class-decl name='Vector<__tsan::JmpBuf>' size-in-bits='256' visibility='default' filepath='…9610 <!-- const __tsan::MBlockType __tsan::Vector<__tsan::JmpBuf>::typ_ -->9614 <!-- __tsan::JmpBuf* __tsan::Vector<__tsan::JmpBuf>::begin_ -->9618 <!-- __tsan::JmpBuf* __tsan::Vector<__tsan::JmpBuf>::end_ -->9622 <!-- __tsan::JmpBuf* __tsan::Vector<__tsan::JmpBuf>::last_ -->9626 <!-- void __tsan::Vector<__tsan::JmpBuf>::Vector(__tsan::MBlockType) -->9628 <!-- implicit parameter of type '__tsan::Vector<__tsan::JmpBuf>*' -->9637 <!-- __tsan::Vector<__tsan::JmpBuf>::~Vector(int) -->[all …]
5662 …<class-decl name='Vector<__tsan::JmpBuf>' size-in-bits='256' visibility='default' filepath='…6053 …<class-decl name='JmpBuf' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../…17744 …<class-decl name='Vector<__tsan::JmpBuf>' size-in-bits='256' visibility='default' filepath='…17814 …<class-decl name='JmpBuf' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../…