Work stealing

Work stealing is a load balancing technique used when programming to spread work among the available processors, rather than leaving one to do the work and others being idle.

Also see: Processor definitions