Part Number: TMS320C6657
Tool/software: Code Composer Studio
I have a function in Linux to call getpid() to obtain a pid_t value. Is there any SYS/BIOS equivalent "getpid()" as I am trying to port the code over?
I'm using CCSv6 and the latest SYS/BIOS (with the pthread support). Thanks.