This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Missing struct itimerval


Grant Leslie wrote:
> 
> > try grep -i itimerval *.h or *.c
> > it should show you one of the files which has the real structure
> > declaration...
> >
> I tried that :(, it's nowhere in the standard headers, or X11 headers
> that I can find.
> And there is no declaration in the Fvwm files either..

Interval timers are a BSD kernel facility to do interval timing at high
resolutions.  You'll have to roll your own.  You set an interval timer
to go off after a specified amount of time and then repeatedly
after a specified increment elapses; the process gets a signal
whenever the timer goes off.

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]