public interface ICPUAffinity
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
setProcessAffinity(java.util.BitSet cpu_set)
 Setting the CPU affinity of a process 
 | 
boolean | 
setThreadAffinity(java.util.ArrayList<java.lang.Integer> cpu_num_list)
 Setting the CPU affinity of a process 
 | 
boolean setProcessAffinity(java.util.BitSet cpu_set)
cpu_set - 
   The list in which the number of the CPU is stockedboolean setThreadAffinity(java.util.ArrayList<java.lang.Integer> cpu_num_list)
cpu_num_list - 
   The list in which the number of the CPU is stocked