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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLocalIpc.cpp77 RTLOCALIPCSERVER ipcServer; local
78 int rc = RTLocalIpcServerCreate(&ipcServer, "testServerListenAndCancel",
86 &ipcServer, 0 /* Stack */, RTTHREADTYPE_DEFAULT, RTTHREADFLAGS_WAITABLE, "tstIpc1");
93 RTTEST_CHECK_RC_BREAK(hTest, RTLocalIpcServerListen(ipcServer, &ipcSession), VERR_CANCELLED);
94 RTTEST_CHECK_RC_BREAK(hTest, RTLocalIpcServerCancel(ipcServer), VINF_SUCCESS);
95 RTTEST_CHECK_RC_BREAK(hTest, RTLocalIpcServerDestroy(ipcServer), VINF_SUCCESS);
155 RTLOCALIPCSERVER ipcServer; local
156 int rc = RTLocalIpcServerCreate(&ipcServer, "tstRTLocalIpcSessionConnection",
161 LOCALIPCTHREADCTX threadCtx = { ipcServer, hTest };
179 RTTEST_CHECK_RC_BREAK(hTest, RTLocalIpcServerCancel(ipcServer), VINF_SUCCES
274 RTLOCALIPCSERVER ipcServer; local
487 RTLOCALIPCSERVER ipcServer; local
606 RTLOCALIPCSERVER ipcServer; local
[all...]

Completed in 42 milliseconds