sivaprakash16
New Member
I have two threads in my process. According to the requirement, these two threads should run simultaneously without any disturbance. So, I am setting affinity to each thread with 2 different cpus. But they are getting disturbed when I create a new process and thread with same thread priority and affinity.
Tried isolcpus kernel parameter set for particular cpu cores. But it is deprecated.
Not able to use cpuset. I am quiet confused how to use it.
Tried with taskset command. It is not restricting other processes to use the cpu.
How to isolate particular cpu core from other processes, and run only 2 threads from my process?
Tried isolcpus kernel parameter set for particular cpu cores. But it is deprecated.
Not able to use cpuset. I am quiet confused how to use it.
Tried with taskset command. It is not restricting other processes to use the cpu.
How to isolate particular cpu core from other processes, and run only 2 threads from my process?