Home
last modified time | relevance | path

Searched refs:_event_poll_stop_fd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.cpp125 _event_poll_stop_fd[0] = -1; in PollThread()
126 _event_poll_stop_fd[1] = -1; in PollThread()
215 if (_event_poll_stop_fd[1] != -1 || _event_poll_stop_fd[0] != -1) { in destroy_stop_fds()
216 close(_event_poll_stop_fd[0]); in destroy_stop_fds()
217 close(_event_poll_stop_fd[1]); in destroy_stop_fds()
218 _event_poll_stop_fd[0] = -1; in destroy_stop_fds()
219 _event_poll_stop_fd[1] = -1; in destroy_stop_fds()
300 status = pipe(_event_poll_stop_fd); in create_stop_fds()
312 status = fcntl(_event_poll_stop_fd[0], F_SETFL, O_NONBLOCK); in create_stop_fds()
401 if (_event_poll_stop_fd[1] != -1) { in stop()
[all …]
H A Dpoll_thread.h120 int _event_poll_stop_fd[2]; variable