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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLocalIpc.cpp180 int threadRc; local
182 30 * 1000 /* 30s timeout */, &threadRc), VINF_SUCCESS);
183 RTTEST_CHECK_RC_BREAK(hTest, threadRc, VERR_CANCELLED);
298 int threadRc; local
300 30 * 1000 /* 30s timeout */, &threadRc), VINF_SUCCESS);
301 RTTEST_CHECK_RC_BREAK(hTest, threadRc, VERR_CANCELLED);
505 int threadRc;
507 5 * 60 * 1000 /* 5 minutes timeout */, &threadRc), VINF_SUCCESS);
508 RTTEST_CHECK_RC_BREAK(hTest, threadRc, VINF_SUCCESS);
510 5 * 60 * 1000 /* 5 minutes timeout */, &threadRc), VINF_SUCCES
530 int threadRc; local
[all...]

Completed in 45 milliseconds