if(pBaseList->First_Index != Index) { // 该节点是队列的头节点 但是队列的头节点索引 没有指向这个节点 说明出错了 要报错 printf("Node_Heap[%d].Prev == 0 But pBaseList->First_Index = %d. \n", Index, pBaseList->First_Index); // 释放锁 退出访问 pthread_mutex_unlock(&pBaseList->Mut...