Home
last modified time | relevance | path

Searched refs:JmpBuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h97 struct JmpBuf { struct
193 Vector<JmpBuf> jmp_bufs;
H A Dtsan_interceptors_posix.cpp532 JmpBuf *buf = &thr->jmp_bufs[i]; in JmpBufGarbageCollect()
548 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
562 JmpBuf *buf = &thr->jmp_bufs[i]; in LongJmp()