Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp1072 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin() argument
1078 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreBegin()
1103 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() argument
1108 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreSyncBegin()
H A Dtsan_rtl.h740 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true);
742 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);