Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!brutus.cs.uiuc.edu!usc!csun!mx!cacsc243 From: mx!cacsc243@csun.edu Newsgroups: comp.unix.questions Subject: Re: Programmable idling... Message-ID: <2449@csun.edu> Date: 14 Nov 89 02:16:00 GMT References: <89312.165038SML108@PSUVM.BITNET> <11575@smoke.BRL.MIL> Sender: news@csun.edu Reply-To: cacsc243@mx.csun.edu () Organization: CSU, Northridge School of Engineering & Computer Science Lines: 9 In article <89312.165038SML108@PSUVM.BITNET> SML108@PSUVM.BITNET writes: >Is there a way under System V unix to make a program idle until an interrupt >condition is generated? Do you mean to wait for a signal? If so, then try the pause() call (section 2). If you mean an actual HARDWARE interrupt, good luck... they're all hidden in the kernal. Scott