VxWorks Question:

Explain task spawn in vxworks?

Tweet Share WhatsApp

Answer:

The VxWorks multitasking kernel, wind, uses interrupt-driven, priority-based task scheduling. It features fast context switch times and low interrupt latency. Under VxWorks, any subroutine can be spawned as a separate task, with its own context and stack. Other basic task control facilities allow tasks to be suspended, resumed, deleted, delayed, and moved in priority.

Download VxWorks PDF Read All 8 VxWorks Questions
Previous QuestionNext Question
What is priority inversion?Write a code to connect Hardware interrupt to ISR and explain?