Lines Matching defs:arc
374 APIRET arc = ::DosWaitMuxWaitSem(muxSem,
377 if (arc == NO_ERROR)
394 else if (arc == ERROR_SEM_OWNER_DIED)
403 arc = DosQueryMutexSem((HMTX)handles[i].hsemCur, &pid, &tid, &reqCnt);
404 if (arc == ERROR_SEM_OWNER_DIED)
426 AssertMsg(arc == ERROR_INTERRUPT || arc == ERROR_TIMEOUT,
427 ("DosWaitMuxWaitSem returned %d\n", arc));
490 APIRET arc = ::DosCreateMuxWaitSem(NULL, &muxSem, cnt,
493 AssertMsg(arc == NO_ERROR,
494 ("DosCreateMuxWaitSem returned %d\n", arc));
495 NOREF(arc);