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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLocalIpc.cpp325 typedef struct LOCALIPCTESTMSG struct
329 } LOCALIPCTESTMSG, *PLOCALIPCTESTMSG; typedef in typeref:struct:LOCALIPCTESTMSG
341 size_t cbRead = RTRandU32Ex(1, sizeof(LOCALIPCTESTMSG) - cbReadTotal); /* Force a bit of fragmentation. */
350 if (cbReadTotal >= sizeof(LOCALIPCTESTMSG)) /* Got a complete test message? */
352 RTTEST_CHECK_BREAK(hTest, cbReadTotal == sizeof(LOCALIPCTESTMSG));
385 LOCALIPCTESTMSG msg;
458 LOCALIPCTESTMSG msg;

Completed in 43 milliseconds