Searched refs:_ispp_poll_stop_fd (Results 1 – 2 of 2) sorted by relevance
119 _ispp_poll_stop_fd[0] = -1; in PollThread()120 _ispp_poll_stop_fd[1] = -1; in PollThread()194 if (_ispp_poll_stop_fd[1] != -1 || _ispp_poll_stop_fd[0] != -1) { in destroy_stop_fds()195 close(_ispp_poll_stop_fd[0]); in destroy_stop_fds()196 close(_ispp_poll_stop_fd[1]); in destroy_stop_fds()197 _ispp_poll_stop_fd[0] = -1; in destroy_stop_fds()198 _ispp_poll_stop_fd[1] = -1; in destroy_stop_fds()243 status = pipe(_ispp_poll_stop_fd); in create_stop_fds()255 status = fcntl(_ispp_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()412 if (_ispp_poll_stop_fd[1] != -1) { in stop()[all …]
117 int _ispp_poll_stop_fd[2]; variable