Searched defs:coreId (Results 1 – 3 of 3) sorted by relevance
48 def __init__(self, coreId, totalCycles): argument60 def getCoreCycles(self, coreId): argument128 def __init__(self, coreId, activeTime, idleTime): argument
88 int coreId = v[VmsStartSessionMessageIntegerValuesIndex.SERVICE_ID]; in setUpVms() local
404 int coreId = message.get(VmsStartSessionMessageIntegerValuesIndex.SERVICE_ID); in handleStartSessionEvent() local685 private static HalPropValue createStartSessionMessage(HalPropValueBuilder builder, int coreId, in createStartSessionMessage()