Uses of Class
org.mentaaffinity.Core

Packages that use Core
org.mentaaffinity   
 

Uses of Core in org.mentaaffinity
 

Methods in org.mentaaffinity that return Core
static Core Affinity.bindToAnyFreeCore(int chipId, Thread t)
          Same thing as bindToAnyFreeCore(Thread t) except that you provide the chip from where to get a core.
static Core Affinity.bindToAnyFreeCore(Thread t)
          Looks for a core that has no threads running and bound this thread to it.
 Core Chip.getCore(int coreId)
           
 Core Chip.getFreeCore()
           
 Core Chip.getFullyFreeCore()
           
 

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

Constructor parameters in org.mentaaffinity with type arguments of type Core
Chip(int chipId, ArrayList<Core> cores)
           
 



Copyright © 2012. All Rights Reserved.