You can use symmetric multiprocessing to get the most performance possible out of a multiprocessor system. You can also use bound multiprocessing to restrict which processors a thread can run on.
Multiprocessing systems, whether discrete or multicore, can greatly improve your applications' performance. As described in Multicore Processing, there's a multiprocessor version of BlackBerry 10 OS that runs on:
If you have one of these systems, then you're probably itching to try it out, but are wondering what you have to do to get BlackBerry 10 OS running on it. Well, the answer is not much. The only part of BlackBerry 10 OS that's different for a multiprocessor system is the microkernel — another example of the advantages of a microkernel architecture!
BlackBerry 10 OS supports these operating modes for multiprocessing:
SMP lets you get the most performance out of your system, but you might need to use BMP for the few applications that may not work under SMP, or if you want to explicitly control the process-level distribution of CPU usage.