Searched refs:i64Core (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp297 int64_t i64Core = RTLinuxSysFsReadIntFile(10, "%s/%s/topology/core_id", local
302 if ( i64Core != -1
305 idCore = (uint32_t)i64Core;

Completed in 53 milliseconds