Searched refs:ipc_pipe (Results 1 – 1 of 1) sorted by relevance
48 S32 ipc_pipe[2]; variable542 FD_SET(ipc_pipe[0], &read_set); in os_getInputString()545 max_fd_index = max(0, ipc_pipe[0]) + 1; in os_getInputString()561 if (FD_ISSET(ipc_pipe[0], &read_set)) in os_getInputString()566 result = read(ipc_pipe[0], inbuf, len); in os_getInputString()