#include <nitro/os.h>
void OS_WakeupThreadDirect( OSThread* thread );
thread | Pointer to the thread to be awakened |
None.
This function wakes up the designated thread after temporarily stopping it. The thread is rescheduled when this function is called. If the priority of the awakened thread is the highest among the executable threads, then it changes to the executable state.
OS_InitThread, OS_CreateThread, OS_SleepThread, OS_WakeupThread
2004/03/12 Changed the description of what happens when there are identical priorities
2003/12/01 Initial version
CONFIDENTIAL