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.

CCS/TMS320C6657: SYS/BIOS equivalent "getpid()"?

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.