Process Scheduler Library Description


The Process Scheduler library provides access to the ROM's Process Scheduler functionality. This allows applications to fork, suspend, kill, and signal processes, as well as manage their priorities.


Process Scheduler Library Sample Application

The Process Scheduler sample interactive application spawns/kills/suspends/awakens a process at the user's request.

Download


Back to SDCC Library Project Homepage