Ejemplo n.º 1
0
void RequestInjectionData::onTimeout() {
  setTimedOutFlag();
  if (surprisePage) {
    mprotect(surprisePage, sizeof(void*), PROT_NONE);
  }
  m_timerActive.store(false, std::memory_order_relaxed);
}
Ejemplo n.º 2
0
void RequestInjectionData::onTimeout() {
  setTimedOutFlag();
  m_timerActive.store(false, std::memory_order_relaxed);
}