Lines Matching defs:rc2
100 int rc2 = RTCritSectLeave(&mCritSect);
101 AssertRC(rc2);
105 rc2 = RTCritSectEnter(&mCritSect);
106 AssertRC(rc2);
125 int rc2 = RTCritSectLeave(&mCritSect);
127 rc = rc2;
158 int rc2 = RTCritSectLeave(&mCritSect);
159 AssertRC(rc2);
164 rc2 = RTCritSectEnter(&mCritSect);
165 AssertRC(rc2);
226 int rc2 = RTSemEventSignal(mSemEvent);
227 AssertRC(rc2);
238 int rc2 = RTCritSectLeave(&mCritSect);
239 AssertRC(rc2);