Searched refs:stdin_ready (Results 1 – 3 of 3) sorted by relevance
389 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait() argument391 *stdin_ready = false; in Wait()408 *stdin_ready = true; in Wait()539 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait() argument541 *stdin_ready = false; in Wait()573 *stdin_ready = true; in Wait()683 bool stdin_ready = false; in TransferData() local686 &socket_ready, &stdin_ready)) { in TransferData()690 if (stdin_ready) { in TransferData()
3287 static int stdin_ready = 0; variable3293 stdin_ready = 1; in MyFileProc()3306 stdin_ready = 0; in EventHook()3312 while (!errorInCmd && !stdin_ready) { in EventHook()3316 stdin_ready = 1; in EventHook()
3528 static int stdin_ready = 0; variable3534 stdin_ready = 1; in MyFileProc()3551 stdin_ready = 0; in EventHook()3557 while (!errorInCmd && !stdin_ready) { in EventHook()3561 stdin_ready = 1; in EventHook()