Home
last modified time | relevance | path

Searched refs:OS_DestroyThread (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/demos/os/threadYield-1/src/
Dmain.c133 OS_DestroyThread(&thread1); in stopTest()
134 OS_DestroyThread(&thread2); in stopTest()
135 OS_DestroyThread(&thread3); in stopTest()
/TwlSDK-5.1.0/build/demos/os/waitIrq-2/src/
Dmain.c105 OS_DestroyThread(&thread1); in startThreads()
106 OS_DestroyThread(&thread2); in startThreads()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h295 void OS_DestroyThread(OSThread *thread);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c871 void OS_DestroyThread(OSThread *thread) in OS_DestroyThread() function