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.

RTOS/CC3220MODA: Help with TIRTOS API for Eample the Function pthread_cancel

Part Number: CC3220MODA
Other Parts Discussed in Thread: CC3220SF

Tool/software: TI-RTOS

I am trying to become familiar with the working of the network terminal (network_terminal_CC3220SF_LAUNCHXL_tirtos_ccs) example for the CC3220 Launchpad.

I am not able to find documentation on functions managing the P2P connection.

For example the line "pthread_cancel(p2p_connectThread);" which is at about 1594. It may be at a some what different line number in the original code since I have been adding some comments and print statements into my copy.

Would appreciate a pointer to documentation that will get me up to speed on the pthread functions.

Thanks,

(Forrest) Lee Erickson