Searched refs:OS_DestroyThread (Results 1 – 4 of 4) sorted by relevance
133 OS_DestroyThread(&thread1); in stopTest()134 OS_DestroyThread(&thread2); in stopTest()135 OS_DestroyThread(&thread3); in stopTest()
105 OS_DestroyThread(&thread1); in startThreads()106 OS_DestroyThread(&thread2); in startThreads()
295 void OS_DestroyThread(OSThread *thread);
871 void OS_DestroyThread(OSThread *thread) in OS_DestroyThread() function