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/EK-TM4C129EXL: How to use multi-threading in Code Composer Studio with Energia sketch?

Part Number: EK-TM4C129EXL
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

I know we can use multi-threading with Energia IDE by creating new tabs and make functions like "void Setup1()", "void loop1()", "void Setup2()", "void loop2()".

How can I do the same thing in Code Composer Studio? (By using an Energia sketch) 

Is there any easy way to use multi-threading in Code Composer Studio in Energia sketch?