Searched refs:wait_channel (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c4299 int wait_channel = -1;
4308 /* If wait_proc is a process to watch, set wait_channel accordingly. */
4310 wait_channel = XINT (wait_proc->infd);
4545 check_delay = wait_channel >= 0 ? 0 : process_output_delay_count;
4578 specific wait_channel. It is not executed if
4789 if (wait_channel == channel)
4791 wait_channel = -1;
4285 int wait_channel = -1; local

Completed in 181 milliseconds