For example:
_task_block() - Blocks the active task.
_task_ready() - Makes the task ready to run by putting it in its ready queue.
_task_restart() - Restarts the task.
…
or by any of other functions for synchronization, like Semaphores, Events, Mutexs, Message Queues.
For more details, please see MQX_User_Guide.pdf and MQX_Reference_Manual.pdf at c:\Freescale\Freescale_MQX_4_1\doc\mqx\
Very useful videos:
http://www.freescale.com/webapp/sps/site/training_information.jsp?code=WBT_MQX_RTOS_COURSE
Have a great day,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------