Searched refs:_isp_pparams_poll_stop_fd (Results 1 – 2 of 2) sorted by relevance
129 _isp_pparams_poll_stop_fd[0] = -1; in PollThread()130 _isp_pparams_poll_stop_fd[1] = -1; in PollThread()229 if (_isp_pparams_poll_stop_fd[1] != -1 || _isp_pparams_poll_stop_fd[0] != -1) { in destroy_stop_fds()230 close(_isp_pparams_poll_stop_fd[0]); in destroy_stop_fds()231 close(_isp_pparams_poll_stop_fd[1]); in destroy_stop_fds()232 _isp_pparams_poll_stop_fd[0] = -1; in destroy_stop_fds()233 _isp_pparams_poll_stop_fd[1] = -1; in destroy_stop_fds()338 status = pipe(_isp_pparams_poll_stop_fd); in create_stop_fds()350 status = fcntl(_isp_pparams_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()456 if (_isp_pparams_poll_stop_fd[1] != -1) { in stop()[all …]
122 int _isp_pparams_poll_stop_fd[2]; variable