brickbtv / CROS

OS implementation for APCPU-32 virtual microprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Independent clock identifiers

brickbtv opened this issue · comments

All applications have shared identifiers pool for timers.

It is necessary to separate identifiers pools from different apps.

One app can use many instances of util libs, so one app can collide timers ids.

There should be some kond of "handles" instead of integer identifiers.