Hello all ;
i am working on a real time video processing project with the linux ARM on EVMK2H12 . and i need to execute some functionalities in parrallel . so is it possible to use thread notion or something else ?
thank you .
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.
Hello all ;
i am working on a real time video processing project with the linux ARM on EVMK2H12 . and i need to execute some functionalities in parrallel . so is it possible to use thread notion or something else ?
thank you .
Hi Capitaine,
Yes, all the generic stuffs like thread/process creation ( For example: POSIX threads) , supported in Linux running on ARM is common and it will be available irrespective of the EVM.
For these things you can refer the man page of linux.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------