Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/share/include/rexdemo/
Dnetconfig.h92 s32 REXDEMOWaitForInterfaceReady( u32 msecTimeout );
93 s32 REXDEMOWaitForInterfaceReadyEx( u32 msecTimeout, BOOL wantUp, volatile BOOL* flagCancel );
/RevoEX-2.3/build/demos/share/src/
Dnetconfig.c342 REXDEMOWaitForInterfaceReady( u32 msecTimeout ) in REXDEMOWaitForInterfaceReady() argument
344 return REXDEMOWaitForInterfaceReadyEx( msecTimeout, FALSE, NULL ); in REXDEMOWaitForInterfaceReady()
348 REXDEMOWaitForInterfaceReadyEx( u32 msecTimeout, BOOL wantUp, volatile BOOL* flagCancel ) in REXDEMOWaitForInterfaceReadyEx() argument
352 for ( ms = 0; msecTimeout == 0 || ms < msecTimeout; ms+=100 ) in REXDEMOWaitForInterfaceReadyEx()