Home
last modified time | relevance | path

Searched refs:iError (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c155 static int32_t PosixReturn( REDSTATUS iError );
3093 static int32_t PosixReturn( REDSTATUS iError ) in PosixReturn() argument
3097 if( iError == 0 ) in PosixReturn()
3107 REDASSERT( iError < 0 ); in PosixReturn()
3108 red_errno = -iError; in PosixReturn()

Completed in 12 milliseconds