HomeSort by: relevance | last modified time | path
    Searched defs:RetVal (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingFile.c 54 int RetVal;
64 RetVal = writeFile(OutputFile);
67 return RetVal;
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c 987 int RetVal;
1019 while (((RetVal = sem_wait (Sem)) == -1) && (errno == EINTR))
1023 if (RetVal != 0)
1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR))
1087 if (RetVal != 0)

Completed in 14 milliseconds