Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dpipe.cxx135 APIRET fPipeAvailable; in osl_createPipe() local
151 fPipeAvailable = DosWaitNPipe( (PCSZ)strPipeNameBuffer, -1); in osl_createPipe()
153 if ( fPipeAvailable == NO_ERROR ) in osl_createPipe()
161 } while ( fPipeAvailable ); in osl_createPipe()
/trunk/main/sal/osl/w32/
H A Dpipe.c261 BOOL fPipeAvailable; in osl_createPipe() local
266 fPipeAvailable = WaitNamedPipeW(path->buffer, NMPWAIT_WAIT_FOREVER); in osl_createPipe()
269 if ( fPipeAvailable ) in osl_createPipe()
293 } while ( fPipeAvailable ); in osl_createPipe()

Completed in 16 milliseconds