Searched refs:msecTimeout (Results 1 – 2 of 2) sorted by relevance
92 s32 REXDEMOWaitForInterfaceReady( u32 msecTimeout );93 s32 REXDEMOWaitForInterfaceReadyEx( u32 msecTimeout, BOOL wantUp, volatile BOOL* flagCancel );
342 REXDEMOWaitForInterfaceReady( u32 msecTimeout ) in REXDEMOWaitForInterfaceReady() argument344 return REXDEMOWaitForInterfaceReadyEx( msecTimeout, FALSE, NULL ); in REXDEMOWaitForInterfaceReady()348 REXDEMOWaitForInterfaceReadyEx( u32 msecTimeout, BOOL wantUp, volatile BOOL* flagCancel ) in REXDEMOWaitForInterfaceReadyEx() argument352 for ( ms = 0; msecTimeout == 0 || ms < msecTimeout; ms+=100 ) in REXDEMOWaitForInterfaceReadyEx()