Home
last modified time | relevance | path

Searched refs:OS_JoinThread (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/demos/os/thread-3/src/
Dmain.c68 OS_JoinThread(&thread1); in NitroMain()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_thread.c179 OS_JoinThread(thread->thread); in WFSi_ThreadHook()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h323 void OS_JoinThread(OSThread *thread);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c857 OS_JoinThread(&thread); in UTEST_OS_ExitThread()
1051 OS_JoinThread(&thread); in UTEST_OS_KillThread_2()
1086 void OS_JoinThread(OSThread *thread) in OS_JoinThread() function
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/
Dmain.c647 OS_JoinThread(&gRecognitionThread); in DestroyRecognition()