VxWorks Question:
Download Questions PDF

What is another for creating a task without using taskspawn?

Answer:

Instead of taskspawn
taskInit and taskActivate can be used to create task.
taskInit->It will initialize the task at specified address
taskActivate->It will activate the initialised task

Download VxWorks Interview Questions And Answers PDF

Previous QuestionNext Question
Which RTOS supports Non-Preemptive scheduling? Why other scheduling methods are supported by such Oses?What are the various methods to overcome it?