Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.05

The code of the listings below shows a more complete example and contains three tasks: a mutual exclusion, semaphore, and a message queue.

The listing below shows the C entry point, i.e. main() .

The listing below shows how to create other tasks once multitasking as started.