Searched refs:_3a_stats_poll_stop_fd (Results 1 – 2 of 2) sorted by relevance
123 _3a_stats_poll_stop_fd[0] = -1; in PollThread()124 _3a_stats_poll_stop_fd[1] = -1; in PollThread()208 if (_3a_stats_poll_stop_fd[1] != -1 || _3a_stats_poll_stop_fd[0] != -1) { in destroy_stop_fds()209 close(_3a_stats_poll_stop_fd[0]); in destroy_stop_fds()210 close(_3a_stats_poll_stop_fd[1]); in destroy_stop_fds()211 _3a_stats_poll_stop_fd[0] = -1; in destroy_stop_fds()212 _3a_stats_poll_stop_fd[1] = -1; in destroy_stop_fds()281 status = pipe(_3a_stats_poll_stop_fd); in create_stop_fds()293 status = fcntl(_3a_stats_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()423 if (_3a_stats_poll_stop_fd[1] != -1) { in stop()[all …]
119 int _3a_stats_poll_stop_fd[2]; variable