Re: linux timer question
From: Sherman (aldernetworks_at_gmail.com)
Date: 11/17/04
- Previous message: Pirabhu Raman: "Re: creation/modification of LDT"
- In reply to: Michael Kerrisk: "Re: linux timer question"
- Next in thread: Last2Know: "Re: linux timer question"
- Reply: Last2Know: "Re: linux timer question"
- Reply: Kasper Dupont: "Re: linux timer question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Nov 2004 16:01:47 -0800
Michael Kerrisk <michael.kerrisk.at.gmx.net@nospam.com> wrote in message news:<lh36p0p94l9nk0jo4tjsj650j76k2hdnsa@4ax.com>...
> On 10 Nov 2004 17:27:33 -0800, aldernetworks@gmail.com (Sherman)
> wrote:
>
> >I am using linux timer apis in /usr/include/linux/timer.h,
> >(init_timer()/add_timer() etc. ), and the timer_t definition has
> >conflict with the one defined in /usr/include/time.h, and I have to
> >include the latter for other purpose. Anybody here knows how to
> >resolve this?
> >
> > Also, the setitimer() involves SIGALM firing etc., which seems
> >not suitable for timer callback with user specified argument.
> >
> > Thanks in advance,
>
> It's not clear from your message what you are doing. Is this a
> userspace applciation, or are you kernel hacking?
>
> Cheers,
>
> Michael
yes, I am writing some library utility in user space.
- Sherman
- Previous message: Pirabhu Raman: "Re: creation/modification of LDT"
- In reply to: Michael Kerrisk: "Re: linux timer question"
- Next in thread: Last2Know: "Re: linux timer question"
- Reply: Last2Know: "Re: linux timer question"
- Reply: Kasper Dupont: "Re: linux timer question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|