Home
last modified time | relevance | path

Searched refs:joinQueue (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h146 OSThreadQueue joinQueue; // for wakeup threads in thread termination member
151 OSThreadQueue joinQueue; member
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c555 OS_InitThreadQueue(&OSi_LauncherThread.joinQueue); in OS_InitThread()
670 OS_InitThreadQueue(&thread->joinQueue); in OS_CreateThread()
819 OS_WakeupThread(&currentThread->joinQueue); // possible to never return in OSi_ExitThread_Destroy()
821 OS_WakeupThread(&currentThread->joinQueue); in OSi_ExitThread_Destroy()
910 OS_WakeupThread(&thread->joinQueue); in OS_DestroyThread()
1095 OS_SleepThread(&thread->joinQueue); in OS_JoinThread()