Lines Matching defs:vrc
97 int vrc = RTThreadCreate(&mThread,
104 AssertRC(vrc);
346 int vrc = RTSemEventWait(that->mUpdateReq, 500);
357 if (RT_SUCCESS(vrc))
365 AssertMsg(vrc == VERR_TIMEOUT || vrc == VERR_INTERRUPTED,
366 ("RTSemEventWait returned %Rrc\n", vrc));
639 int vrc = ::RTProcWait(pid, RTPROCWAIT_FLAGS_NOBLOCK, &status);
640 if (vrc == VINF_SUCCESS)
670 LogFlowFunc(("pid %d (%x) was NOT reaped, vrc=%Rrc\n",
671 pid, pid, vrc));
672 if (vrc != VERR_PROCESS_RUNNING)
787 int vrc = ::RTProcWait(pid, RTPROCWAIT_FLAGS_NOBLOCK, &status);
788 if (vrc == VINF_SUCCESS)
818 LogFlowFunc(("pid %d (%x) was NOT reaped, vrc=%Rrc\n",
819 pid, pid, vrc));
820 if (vrc != VERR_PROCESS_RUNNING)