Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::sys::Watchdog Class Reference

This class provides an abstraction for a timeout around an operation that must complete in a given amount of time. More...

#include "llvm/Support/Watchdog.h"

Public Member Functions

 Watchdog (unsigned int seconds)
 ~Watchdog ()

Detailed Description

This class provides an abstraction for a timeout around an operation that must complete in a given amount of time.

Failure to complete before the timeout is an unrecoverable situation and no mechanisms to attempt to handle it are provided.

Definition at line 25 of file Watchdog.h.

Constructor & Destructor Documentation

◆ Watchdog()

llvm::sys::Watchdog::Watchdog ( unsigned int seconds)

Referenced by ~Watchdog().

◆ ~Watchdog()

llvm::sys::Watchdog::~Watchdog ( )

References Watchdog().


The documentation for this class was generated from the following file: