This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678基于OMP的多核开发例程image_processing中main函数的疑惑



您好!

我在看C6678多核开发套件中基于OMP的image processing例程的程序的时候 ,对于mcip_master_main.c中的主函数main()有一点疑惑。我并没有在工程其他地方发现有调用BIOS_start()函数,为什么在main()中也可以直接创建TASK线程,而且直接跳出main()而去执行这个TASK线程?一般来说不都应该先调用BIOS_start()函数才能开启线程吗?而且.cfg文件中关于OpenMP模块第一个设置参数masterFxn的功能也不是很了解,在文档中也找不到相应的介绍,望高手解答!

OMP.zip