deviceinfo_details_get_processor_core_count()

Retrieve the number of processor cores.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API int deviceinfo_details_get_processor_core_count(deviceinfo_details_t *details)

Since:

BlackBerry 10.2.0

Arguments:

details

The deviceinfo_details_t structure to get the processor core count from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The deviceinfo_details_get_processor_core_count() function gets the number of processor cores from the specified deviceinfo_details_t structure.

Returns:

The processor core count.