On Sun, Apr 08, 2001 at 03:07:25AM +0800, ªL­^¶W wrote:
> Dear all:
>       I trace the FreeBSD kernel source , and I can't find program call the
> function "setitimer()",
> 
>     Is it a callout function to call it ?  I will appreciate if anyone give
> me some advice

setitimer() is defined in sys/kern/kern_time.c.  If you're looking for
parts of the kernel that *call* setitimer(), well, there aren't too
many of those (except for the Linux/SVR4/OSF emulators) - setitimer()
is a system call, designed to be called from userland programs.
man 2 setitimer for more details.

G'luck,
Peter

-- 
I had to translate this sentence into English because I could not read the original 
Sanskrit.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to