Implement a generic polled Alarm function. This merely removes the system
authorReid Spencer <rspencer@reidspencer.com>
Thu, 22 Dec 2005 03:23:46 +0000 (03:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 22 Dec 2005 03:23:46 +0000 (03:23 +0000)
commitb13cf98e6beb57c7ad6cc29ef6e331f22b9680a2
treec07194fa435f06730cd457c650455ff5ca203016
parent3a217f3e53a6d3f942583f843df5bade961cdfb1
Implement a generic polled Alarm function. This merely removes the system
dependent portion of the lib/Support/SlowOperationTimer code into the
lib/System implementation where it can be ported to different platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24937 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Alarm.h [new file with mode: 0644]
lib/System/Alarm.cpp [new file with mode: 0644]
lib/System/Unix/Alarm.inc [new file with mode: 0644]
lib/System/Win32/Alarm.inc [new file with mode: 0644]