Re: which processor is a thread executing on?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=R9Vo4HWbKfeBGTe/0Rhd7ORX3wvjJER1qYaLXbYVIkM=; b=HtnLXM4lLo1YN6GVWtXJK4f7n2WuiOgfoU2L+gVAMSE1L2pMY09Lcp8SHntlzMNVU7 0JTeSQZotskxXEYmeczTe2DnEInKFP8Lq4J2S0YJsGd+B9Qy+zFH0GTlSsMdJhQGBU+H 41EPxEvXkdT5bxJd+8b9l7jnT4OK3+JyT7xl8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rvQosj6lQF+PWtdyvcd3meMKktdfX0KYs9u+7iZwgbhgIbt1XMoyU8O45nW7bQd6Cx plWwZvU5+ECeAbFQg6PbWfpX7BNxsR82xNPIGHoemjuMF7DuK+YAdNp9lAWbL8+uSmFf 4Ig3ycp6Cfsqcy1pcETWYbBTVW4OfSrAyTxe4= Hi Nick, Darwin pthread doesn't implement some kind of mechanism like pthread_processor_bind_np there are some APIs (to bind a thread to a processor) on DragonFly, I think this is a choice in an OS design, and the choice in Darwin design is not to give access to this informatios and let the system handling it for you but if you could be more specific, maybe there is another way to make your app working Cheers! _______________________________________________ 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)
-
mm w