Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c161 static bool gfPosixInited; /* Whether driver is initialized. */ variable
202 if( gfPosixInited ) in red_init()
218 gfPosixInited = true; in red_init()
248 if( gfPosixInited ) in red_uninit()
272 gfPosixInited = false; in red_uninit()
2195 if( gfPosixInited ) in red_errnoptr()
2873 if( gfPosixInited ) in PosixEnter()
2904 REDASSERT( gfPosixInited ); in PosixLeave()

Completed in 8 milliseconds