Home
last modified time | relevance | path

Searched refs:RUN_NO_INTR (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/os/linux_generic/
Dreactor.cc58 RUN_NO_INTR(epoll_fd_ = epoll_create1(EPOLL_CLOEXEC)); in Reactor()
66 RUN_NO_INTR(result = epoll_ctl(epoll_fd_, EPOLL_CTL_ADD, control_fd_, &control_epoll_event)); in Reactor()
72 RUN_NO_INTR(result = epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, control_fd_, nullptr)); in ~Reactor()
75 RUN_NO_INTR(result = close(control_fd_)); in ~Reactor()
78 RUN_NO_INTR(result = close(epoll_fd_)); in ~Reactor()
90 RUN_NO_INTR(count = epoll_wait(epoll_fd_, events, kEpollMaxEvents, -1)); in Run()
153 RUN_NO_INTR(register_fd = epoll_ctl(epoll_fd_, EPOLL_CTL_ADD, fd, &event)); in Register()
167 RUN_NO_INTR(result = epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, reactable->fd_, nullptr)); in Unregister()
205 RUN_NO_INTR(modify_fd = epoll_ctl(epoll_fd_, EPOLL_CTL_MOD, reactable->fd_, &event)); in ModifyRegistration()
Dthread.cc44 RUN_NO_INTR(rc = sched_setscheduler(linux_tid, SCHED_FIFO, &rt_params)); in run()
Dhandler.cc47 RUN_NO_INTR(close_status = close(fd_)); in ~Handler()
Dalarm.cc47 RUN_NO_INTR(close_status = close(fd_)); in ~Alarm()
Drepeating_alarm.cc47 RUN_NO_INTR(close_status = close(fd_)); in ~RepeatingAlarm()
/system/bt/common/
Dutils.h20 #ifndef RUN_NO_INTR
21 #define RUN_NO_INTR(fn) \ macro
/system/bt/gd/os/
Dutils.h20 #ifndef RUN_NO_INTR
21 #define RUN_NO_INTR(fn) \ macro