双链表小试牛刀-模块代码-源码list_for_each有bug需要do-while缓解尴尬-增加另外一个办法待测试
单独分析://遍历链表周期loop执行voidonce_timer_list_loop(void){structlist_head*pos;node_oncetime_type*priv;if(Soncetimerhead==NULL)return;list_for_each(pos,&Soncetimerhead->list)//for(pos=(head)->next;pos!=(head);