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

/vbox/src/VBox/Runtime/testcase/
H A DtstFork.cpp61 RTPROCESS const ProcBefore = RTProcSelf(); local
73 if (ProcBefore == RTProcSelf())
75 RTTestFailed(hTest, "%RTproc == %RTproc [child]", ProcBefore, RTProcSelf());
85 RTTEST_CHECK(hTest, ProcBefore == RTProcSelf());

Completed in 41 milliseconds