Connecting Tech Pros Worldwide Forums | Help | Site Map

How to wakeup/interrupt sleep()

Newbie
 
Join Date: Jul 2009
Posts: 1
#1: Jul 10 '09
Could anyone tell me what I need to do to wakeup/interrupt a sleep() function in C? Thanks!

Expert
 
Join Date: Mar 2008
Location: Naperville, Illinois U.S.
Posts: 831
#2: Jul 11 '09

re: How to wakeup/interrupt sleep()


sleep is not part of the Standard C Library, so implementations and interfaces can vary. Where does your sleep function come from?
Reply