Kernel and Scheduler
These samples demonstrate how to use various kernel and scheduler features.
- BootargsPrint received bootargs to the console.
- Condition VariablesManipulate condition variables in a multithreaded application.
- Message QueueImplements a basic message queue producer/consumer thread pair.