This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Sysbios Clock instance resource sharing

Will several instances of a Clock, e.g. created  in the configuration file using: Clock.create("&onAnimationClock", null, clock0Params);

share the same physical timer?

  • Hi Boaz,
    All Clock instances are placed in a list managed by the Clock module. When the Clock ticks (because the Clock timer expired), the list is checked for any Clock instances whose timeout (in Clock ticks) has elapsed. So yes, the Clock objects share the Clock Timer.
    Best regards,
    Janet