AM3359 is a single core device.
The TI-RTOS kernel does not do timeslicing by default but there's a technique to implement time-slicing described in the User's Guide.
IMHO, timeslicing is not usually a good idea. The OS is a preemptive scheduler and runs based on priorities. Read the User's Guide or google around for "priority based preemptive scheduler" for more info.