HomeSort by: relevance | last modified time | path
    Searched refs: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 879 int RetVal;
911 while (((RetVal = sem_wait (Sem)) == -1) && (errno == EINTR))
915 if (RetVal != 0)
973 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR))
979 if (RetVal != 0)

Completed in 16 milliseconds