Searched refs:pipe_fds (Results 1 – 1 of 1) sorted by relevance
73 int pipe_fds[2]; in tryStartThread() local74 if (pipe2(pipe_fds, O_NONBLOCK)) return -1; in tryStartThread()76 notification_listen_fd_ = pipe_fds[0]; in tryStartThread()77 notification_write_fd_ = pipe_fds[1]; in tryStartThread()