Uses of Class
org.mentaaffinity.Processor

Packages that use Processor
org.mentaaffinity   
 

Uses of Processor in org.mentaaffinity
 

Methods in org.mentaaffinity that return Processor
static Processor Affinity.bindToAnyFreeProcessor(int chipId, Thread t)
          Choose the first free logical processor available in that chip and bind the thread to it.
static Processor Affinity.bindToAnyFreeProcessor(Thread t)
          Choose the first free logical processor available and bind to this thread.
 Processor Core.getFreeProcessor()
           
 

Methods in org.mentaaffinity that return types with arguments of type Processor
 List<Processor> Core.getProcessors()
           
 

Methods in org.mentaaffinity with parameters of type Processor
 boolean Processor.sameChip(Processor other)
           
 boolean Processor.sameChipDifferentCore(Processor other)
           
 boolean Processor.sameCore(Processor other)
           
 

Constructor parameters in org.mentaaffinity with type arguments of type Processor
Core(int chipId, int coreId, ArrayList<Processor> processors)
           
 



Copyright © 2012. All Rights Reserved.