Re: linux timer question
From: Michael Kerrisk (michael.kerrisk.at.gmx.net_at_nospam.com)
Date: 11/11/04
- Next message: Georg Acher: "Re: Unix socket file"
- Previous message: gopan: "Re: Is disabling the cache required for DMA"
- In reply to: Sherman: "linux timer question"
- Next in thread: Sherman: "Re: linux timer question"
- Reply: Sherman: "Re: linux timer question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 11 Nov 2004 08:02:04 +0100
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
- Next message: Georg Acher: "Re: Unix socket file"
- Previous message: gopan: "Re: Is disabling the cache required for DMA"
- In reply to: Sherman: "linux timer question"
- Next in thread: Sherman: "Re: linux timer question"
- Reply: Sherman: "Re: linux timer question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|