Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Set affinity to pthreads from a thread to another: (1 Item)
   
Set affinity to pthreads from a thread to another  
Hi everyone,
I have a simple question for you:
Is there an API (or a workaround) that allows a (posix) thread to set the affinity of another thread? Actually the only 
interface to mangle thread affinity is the ThreadCtl api that, unfortunatelly, just allows to change the affinity of the
 calling thread.
Is there an equivalent of the Linux pthread_setaffinity_np?


Thanks in advance,
Primiano