Searched refs:pQTail (Results 1 – 2 of 2) sorted by relevance
109 if (pEntry == pAd->TimerQ.pQTail) in RtmpTimerQHandle()110 pAd->TimerQ.pQTail = NULL; in RtmpTimerQHandle()180 struct rt_rtmp_timer_task_entry *pQNode = NULL, *pQTail; in RtmpTimerQInsert() local193 pQTail = pAd->TimerQ.pQTail; in RtmpTimerQInsert()194 if (pAd->TimerQ.pQTail != NULL) in RtmpTimerQInsert()195 pQTail->pNext = pQNode; in RtmpTimerQInsert()196 pAd->TimerQ.pQTail = pQNode; in RtmpTimerQInsert()233 if (pNode == pAd->TimerQ.pQTail) in RtmpTimerQRemove()234 pAd->TimerQ.pQTail = pPrev; in RtmpTimerQRemove()261 pAd->TimerQ.pQTail = NULL; in RtmpTimerQExit()[all …]
91 struct rt_rtmp_timer_task_entry *pQTail; member