Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c1723 OSThread *volatile p_thread = OSi_GetCurrentThread(); in OS_Sleep() local
1727 p_thread->alarmForSleep = &alarm; in OS_Sleep()
1730 (void *)&p_thread); in OS_Sleep()
1731 while (p_thread != NULL) in OS_Sleep()
1743 OSThread *p_thread = *pp_thread; in OSi_SleepAlarmCallback() local
1747 p_thread->alarmForSleep = NULL; in OSi_SleepAlarmCallback()
1749 OS_WakeupThreadDirect(p_thread); in OSi_SleepAlarmCallback()