Searched refs:iError (Results 1 – 1 of 1) sorted by relevance
155 static int32_t PosixReturn( REDSTATUS iError );3093 static int32_t PosixReturn( REDSTATUS iError ) in PosixReturn() argument3097 if( iError == 0 ) in PosixReturn()3107 REDASSERT( iError < 0 ); in PosixReturn()3108 red_errno = -iError; in PosixReturn()
Completed in 12 milliseconds