|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
System information structure. More...
#include <platform_detection.h>

Public Attributes | |
| os_type | os |
| cpu_architecture | arch |
| uint32_t | physical_cores |
| uint32_t | logical_cores |
| uint32_t | efficiency_cores |
| bool | is_container |
| bool | is_arm64 |
| bool | has_efficiency_cores |
System information structure.
Definition at line 81 of file platform_detection.h.
| cpu_architecture kcenon::thread::platform::system_info::arch |
Definition at line 83 of file platform_detection.h.
| uint32_t kcenon::thread::platform::system_info::efficiency_cores |
Definition at line 86 of file platform_detection.h.
| bool kcenon::thread::platform::system_info::has_efficiency_cores |
Definition at line 89 of file platform_detection.h.
| bool kcenon::thread::platform::system_info::is_arm64 |
Definition at line 88 of file platform_detection.h.
| bool kcenon::thread::platform::system_info::is_container |
Definition at line 87 of file platform_detection.h.
| uint32_t kcenon::thread::platform::system_info::logical_cores |
Definition at line 85 of file platform_detection.h.
| os_type kcenon::thread::platform::system_info::os |
Definition at line 82 of file platform_detection.h.
Referenced by kcenon::thread::platform::get_system_info().
| uint32_t kcenon::thread::platform::system_info::physical_cores |
Definition at line 84 of file platform_detection.h.