pub unsafe extern "C" fn aws_get_cpu_ids_for_group(
    group_idx: u16,
    cpu_ids_array: *mut aws_cpu_info,
    cpu_ids_array_length: usize
)
Expand description

Fills in cpu_ids_array with the cpu_id’s for the group. To obtain the size to allocate for cpu_ids_array and the value for argument for cpu_ids_array_length, call aws_get_cpu_count_for_group().