reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
511 for (uptr i = 0; i < thr->jmp_bufs.Size(); i++) { 512 JmpBuf *buf = &thr->jmp_bufs[i]; 514 CHECK_GE(thr->shadow_stack_pos, buf->shadow_stack_pos); 516 while (thr->shadow_stack_pos > buf->shadow_stack_pos) 517 FuncExit(thr); 518 ThreadSignalContext *sctx = SigCtx(thr); 524 atomic_store(&thr->in_signal_handler, buf->in_signal_handler, 526 JmpBufGarbageCollect(thr, buf->sp - 1); // do not collect buf->sp