mh0rst / turionpowercontrol

Automatically exported from code.google.com/p/turionpowercontrol
9 stars 4 forks source link

cpu usage mode (and daemon mode switches) should capture CTRL+C signal for a clean exit #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Cpu usage mode (and all daemon mode switches) should capture CTRL+C signal to 
issue a clean exit restoring previous cpu state (performance counters in case 
of cpu usage mode) and freeing allocated memory.

Original issue reported on code.google.com by paolo.sa...@gmail.com on 31 May 2011 at 10:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Signal.cpp class with static classes has been introduced, signal handling has 
been done for Unix/Linux platform on cpu usage daemon mode.

Original comment by paolo.sa...@gmail.com on 4 Jul 2011 at 4:25