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.

LCK_pend with timeout 0 to sysbios

Other Parts Discussed in Thread: SYSBIOS

Hi,

I am porting an app from DSP/BIOS to current Sysbios. I have some issues with the LCK module. As the legacy note states that LCK has been replaced by gatemutex. but I can see that mapping is not one to one. I have a code which has LCK_pend(handle,0). Is there any way I can incorporate the timeout of 0 to gatemutex? 

Thanks