Multithreaded Programming Guide

Exit Print View

Updated: July 2014
 
 

Alarms

Alarms operate at the process level, not at the thread level. The alarm() function sends the signal SIGALRM to the calling process rather than the calling thread.