Searched refs:PendingMsgList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_stream.c446 RTListAppend(&conn->PendingMsgList, &pMsg->Node);
468 if (RTListIsEmpty(&pConn->PendingMsgList))
476 RTListForEach(&pConn->PendingMsgList, pIter, CR_SERVER_PENDING_MSG, Node)
537 RTListAppend(&pClient->conn->PendingMsgList, &pMsg->Node);
556 RTListForEachSafe(&conn->PendingMsgList, pIter, pNext, CR_SERVER_PENDING_MSG, Node)
625 if (RTListIsEmpty(&conn->PendingMsgList))
640 if (RTListIsEmpty(&conn->PendingMsgList))
644 Assert(!RTListIsEmpty(&conn->PendingMsgList));
661 Assert(RTListIsEmpty(&conn->PendingMsgList));
666 // CRASSERT(!RTListIsEmpty(&conn->PendingMsgList));
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h248 RTLISTANCHOR PendingMsgList; member in struct:CRConnection
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgcm.c2544 RTListInit(&conn->PendingMsgList);

Completed in 1021 milliseconds