VxWorks Question:

Download Job Interview Questions and Answers PDF

What is another for creating a task without using taskspawn?

VxWorks Interview Question
VxWorks Interview Question

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?