Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_thread.c1725 OSThread *volatile p_thread = OSi_GetCurrentThread(); in OS_Sleep() local
1729 p_thread->alarmForSleep = &alarm; in OS_Sleep()
1732 (void *)&p_thread); in OS_Sleep()
1733 while (p_thread != NULL) in OS_Sleep()
1745 OSThread *p_thread = *pp_thread; in OSi_SleepAlarmCallback() local
1749 p_thread->alarmForSleep = NULL; in OSi_SleepAlarmCallback()
1751 OS_WakeupThreadDirect(p_thread); in OSi_SleepAlarmCallback()