VxWorks Task
R2026bSpawn task function as separate VxWorks thread
Libraries:
Embedded Coder Support Package for AMD SoC Devices
Description
Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.
Use this block to create a task function that spawns as a separate VxWorks® thread. The task function runs the code of the downstream Function-Call Subsystem (Simulink) block.

The VxWorks Task block uses a first-in, first-out (FIFO) scheduling algorithm, which executes real-time processes without time slicing. With FIFO scheduling, a higher-priority process preempts a lower-priority process. While the higher-priority process runs, the lower-priority process remains at the top of the list for its priority. When the scheduler blocks the higher-priority processes, the lower-priority process resumes.

Examples
Ports
Output
Parameters
Version History
Introduced in R2016b
See Also
Linux Task | Function-Call Subsystem (Simulink)
