Link to home
Start Free TrialLog in
Avatar of mromeo
mromeo

asked on

How do you use pset_create, pset_bind, etc... on HP-UX?

Does anybody have any sample code on how to use pset's, specifically for HP-UX?  I have a C program on HP-UX which creates multiple threads.  This program is running on a machine that has multiple CPUs.  Because of resources that are shared between the threads, I believe that i need to use psets to get all the threads to run on the same CPU.   Does anybody have any sample or good documentation on how to do this? Thanks.
ASKER CERTIFIED SOLUTION
Avatar of yuzh
yuzh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial