Date: Mon, 9 Apr 2001 13:27:49 +0300 From: Peter Pentchev <roam@orbitel.bg> To: =?windows-1251?B?qkytXrZX?= <r88074@csie.ntu.edu.tw> Cc: Freebsd-Hackers <freebsd-hackers@FreeBSD.ORG> Subject: Re: Who call setitimer( )? Message-ID: <20010409132749.A62577@ringworld.oblivion.bg> In-Reply-To: <200104071907.DAA07463@cslab.csie.ntu.edu.tw>; from r88074@csie.ntu.edu.tw on Sun, Apr 08, 2001 at 03:07:25AM %2B0800 References: <200104071907.DAA07463@cslab.csie.ntu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010409132749.A62577>