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

/haiku/src/system/libroot/posix/sys/
H A Duname.c51 error = get_cpu_topology_info(&root, &count);
/haiku/src/system/libroot/os/
H A Dsystem_info.cpp95 error = get_cpu_topology_info(NULL, &topologyNodeCount);
103 error = get_cpu_topology_info(topology, &topologyNodeCount);
223 B_DEFINE_WEAK_ALIAS(__get_cpu_topology_info, get_cpu_topology_info);
/haiku/headers/private/shared/
H A Dcpu_type.h485 get_cpu_topology_info(NULL, &topologyNodeCount);
488 get_cpu_topology_info(topology, &topologyNodeCount);
531 get_cpu_topology_info(NULL, &topologyNodeCount);
534 get_cpu_topology_info(topology, &topologyNodeCount);
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp112 get_cpu_topology_info(NULL, &topologyNodeCount);
115 get_cpu_topology_info(topology, &topologyNodeCount);
/haiku/src/bin/
H A Dsysinfo.cpp492 get_cpu_topology_info(&root, &count);
681 get_cpu_topology_info(NULL, &topologyNodeCount);
684 get_cpu_topology_info(topology, &topologyNodeCount);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp261 get_cpu_topology_info(NULL, &topologyNodeCount);
268 get_cpu_topology_info(topology, &topologyNodeCount);
/haiku/headers/os/kernel/
H A DOS.h554 extern status_t get_cpu_topology_info(cpu_topology_node_info* topologyInfos,
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1117 get_cpu_topology_info(NULL, &topologyNodeCount);
1120 get_cpu_topology_info(topology, &topologyNodeCount);
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp152 if (get_cpu_topology_info(&topologyRoot, &topologyNodeCount) == B_OK) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1817 void get_cpu_topology_info() {} function
H A Dlibroot_stubs_legacy.c1768 void get_cpu_topology_info() {} function

Completed in 282 milliseconds