vxworks - Does call to taskSpawn() blocks until the spawned task completes -
i rather new vxworks(i using version 6.7), , find when spawn child task, parent seems block till child task completes. perhaps, understanding not correct, , there parameter set in taskspawn(), telling not block till code task had completed. there such parameter or there other mechanism bit make parent task wait completion of child?
you should check priorities tasks. default vxworks scheduler priority-based preemptive scheduling.
Comments
Post a Comment