|
Class Summary |
| BasicBindToProcessor |
|
| BindToDifferentChips |
If you have a machine with more than one physical processor, you may want to make sure each thread land on a separate physical processor. |
| BindToDifferentCores |
If your architecture supports hyper-threading you may want to make sure that two threads do not end up in the same core. |
| BindToSameCore |
If your architecture supports hyper-threading you may want to assign two different threads to the same core so they share the same L1 cache. |
| BindToWholeCore |
If your architecture supports hyper-threading but you don't want another thread sharing the core with your high-priority thread
you can assign a thread to the WHOLE core. |