Searched defs:idStart (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceTcp.cpp577 static DECLCALLBACK(int) txsTcpPollSetAdd(RTPOLLSET hPollSet, uint32_t idStart) argument
579 return RTPollSetAddSocket(hPollSet, g_hTcpClient, RTPOLL_EVT_READ | RTPOLL_EVT_ERROR, idStart);
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp160 uint64_t idStart; member in struct:VDIOLOGENTINT
397 pIoLogEntry->idStart = pIoLogger->idNext++;
402 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
470 pIoLogEntry->idStart = pIoLogger->idNext++;
475 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
540 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);

Completed in 44 milliseconds