Searched refs:_poll_stop_fd (Results 1 – 4 of 4) sorted by relevance
53 _poll_stop_fd[0] = -1; in RkPollThread()54 _poll_stop_fd[1] = -1; in RkPollThread()68 _poll_stop_fd[0] = -1; in RkPollThread()69 _poll_stop_fd[1] = -1; in RkPollThread()81 if (_poll_stop_fd[1] != -1 || _poll_stop_fd[0] != -1) { in destroy_stop_fds()82 close(_poll_stop_fd[0]); in destroy_stop_fds()83 close(_poll_stop_fd[1]); in destroy_stop_fds()84 _poll_stop_fd[0] = -1; in destroy_stop_fds()85 _poll_stop_fd[1] = -1; in destroy_stop_fds()95 status = pipe(_poll_stop_fd); in create_stop_fds()[all …]
103 int _poll_stop_fd[2]; variable
70 _poll_stop_fd[0] = -1; in RkPollThread()71 _poll_stop_fd[1] = -1; in RkPollThread()85 _poll_stop_fd[0] = -1; in RkPollThread()86 _poll_stop_fd[1] = -1; in RkPollThread()98 if (_poll_stop_fd[1] != -1 || _poll_stop_fd[0] != -1) { in destroy_stop_fds()99 close(_poll_stop_fd[0]); in destroy_stop_fds()100 close(_poll_stop_fd[1]); in destroy_stop_fds()101 _poll_stop_fd[0] = -1; in destroy_stop_fds()102 _poll_stop_fd[1] = -1; in destroy_stop_fds()112 status = pipe(_poll_stop_fd); in create_stop_fds()[all …]
64 int _poll_stop_fd[2]; variable