Searched refs:fPipeAvailable (Results 1 – 2 of 2) sorted by relevance
135 APIRET fPipeAvailable; in osl_createPipe() local151 fPipeAvailable = DosWaitNPipe( (PCSZ)strPipeNameBuffer, -1); in osl_createPipe()153 if ( fPipeAvailable == NO_ERROR ) in osl_createPipe()161 } while ( fPipeAvailable ); in osl_createPipe()
261 BOOL fPipeAvailable; in osl_createPipe() local266 fPipeAvailable = WaitNamedPipeW(path->buffer, NMPWAIT_WAIT_FOREVER); in osl_createPipe()269 if ( fPipeAvailable ) in osl_createPipe()293 } while ( fPipeAvailable ); in osl_createPipe()
Completed in 9 milliseconds