Searched refs:save_stack (Results 1 – 2 of 2) sorted by relevance
1072 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreBegin() argument1078 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreBegin()1103 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack) { in ThreadIgnoreSyncBegin() argument1108 if (save_stack && !ctx->after_multithreaded_fork) in ThreadIgnoreSyncBegin()
740 void ThreadIgnoreBegin(ThreadState *thr, uptr pc, bool save_stack = true);742 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc, bool save_stack = true);