Searched refs:_luma_poll_stop_fd (Results 1 – 2 of 2) sorted by relevance
121 _luma_poll_stop_fd[0] = -1; in PollThread()122 _luma_poll_stop_fd[1] = -1; in PollThread()201 if (_luma_poll_stop_fd[1] != -1 || _luma_poll_stop_fd[0] != -1) { in destroy_stop_fds()202 close(_luma_poll_stop_fd[0]); in destroy_stop_fds()203 close(_luma_poll_stop_fd[1]); in destroy_stop_fds()204 _luma_poll_stop_fd[0] = -1; in destroy_stop_fds()205 _luma_poll_stop_fd[1] = -1; in destroy_stop_fds()262 status = pipe(_luma_poll_stop_fd); in create_stop_fds()274 status = fcntl(_luma_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()434 if (_luma_poll_stop_fd[1] != -1) { in stop()[all …]
118 int _luma_poll_stop_fd[2]; variable