Captain Code said:If the application is multithreaded OS X will split the threads up between the 2 processors.
You may have a user interface thread and a worker thread, and one will run on each of the processors.
dakota said:I am not talking about applications so multitreading may not apply. Is C code multithreaded? Do you have to make it so? How do you do it?