What is the behavior of using alarm() in one of the threads in a multi-threaded program? Which will thread will get the note? Or it is undefined -- alarm() can be used at process level.
Also, where can I find sample code to handle terminal abort/interrupt? -ishwar
