:orphan: .. index:: pair: struct; tapi_cpu_index_t .. _doxid-structtapi__cpu__index__t: struct tapi_cpu_index_t ======================= .. toctree:: :hidden: Identifier of a logical CPU (CPU thread) .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_cpu_index_t { // fields unsigned long :target:`node_id`; unsigned long :target:`package_id`; unsigned long :target:`core_id`; unsigned long :target:`thread_id`; };