Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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.

  • No labels