コード例 #1
0
void RequestInjectionData::onTimeout() {
  setTimedOutFlag();
  if (surprisePage) {
    mprotect(surprisePage, sizeof(void*), PROT_NONE);
  }
  m_timerActive.store(false, std::memory_order_relaxed);
}
コード例 #2
0
ファイル: thread-info.cpp プロジェクト: Attnaorg/hhvm
void RequestInjectionData::onTimeout() {
  setTimedOutFlag();
  m_timerActive.store(false, std::memory_order_relaxed);
}