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.

TMS320C6748: Does sysbios has the API thread_join()?

Part Number: TMS320C6748
Other Parts Discussed in Thread: SYSBIOS

The sysbios provides the TASK\SWI\HWI APIs.

And I find that , there is Thread_join() funciton in :

XDCtools 3.61.02.27 > API Reference (cdoc) > xdc > runtime > knl
module xdc.runtime.knl.Thread

I wonder what's the relationship between

SYS/BIOS 6.83.00.18 > API reference > ti.sysbios.knl            functions 
and               
XDCtools 3.61.02.27 > API Reference (cdoc) > xdc > runtime > knl       functions
Can I use the Thread_join() api directly in my TASK? Or is there any function that does the same thing as thread_join in SYSBIOS TASK?
Is there any documents describe that?
Thank you.