site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Mar 16, 2005, at 8:00 AM, Nicolas.Castagne@imag.fr wrote: Hi there, This software really needs various "real time timers". Under Linux, these timer are provided in the real time timer API (-lrt library) : timer_create timer_delete timer_settime etc. Under Mac Os X, so far, I only founded the (setitimer getitimer) API... But it does not allow to set various timer per process/thread. Is there on Mac OS X an API that correspond with the RT library under Linux (and Irix, and...) ? Where may I find documentation ? What type of product are you porting? Is it a driver/kernel level thing or a user mode application? -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I am porting quite a big software that was developped under Unix and Linux. This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson