Darwin 8: assert_wait_timeout & thread_cancel_timer
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We had code in Darwin 7.x that did the following assert_wait_timeout() wresult = thread_block() if (THREAD_TIMED_OUT != wresult) thread_cancel_timer(); thread_cancel_timer has been removed from the 8.x headers and is listed as Unsupported (even though it's still exported by the kernel - -- but not he KPI's). Is there a replacement? Or should we not even worry about the (THREAD_TIMED_OUT != wresult) case in 8.x? TIA. Brian Bergstrand <http://www.bergstrand.org/brian/> PGP Key ID: 0xB6C7B6A2 -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.0.1 (Build 2130) iQA/AwUBQoJ5BXnR2Fu2x7aiEQLTJwCeNZNmUpZz3hySat7XGI55sO6XoYwAnRJd OXVWqoD4oV6WG5mlO/JO7JkN =Ie7d -----END PGP SIGNATURE----- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bergstrand