Searched refs:RUN_NO_INTR (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/os/linux_generic/ |
D | reactor.cc | 58 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()
|
D | thread.cc | 44 RUN_NO_INTR(rc = sched_setscheduler(linux_tid, SCHED_FIFO, &rt_params)); in run()
|
D | handler.cc | 47 RUN_NO_INTR(close_status = close(fd_)); in ~Handler()
|
D | alarm.cc | 47 RUN_NO_INTR(close_status = close(fd_)); in ~Alarm()
|
D | repeating_alarm.cc | 47 RUN_NO_INTR(close_status = close(fd_)); in ~RepeatingAlarm()
|
/system/bt/common/ |
D | utils.h | 20 #ifndef RUN_NO_INTR 21 #define RUN_NO_INTR(fn) \ macro
|
/system/bt/gd/os/ |
D | utils.h | 20 #ifndef RUN_NO_INTR 21 #define RUN_NO_INTR(fn) \ macro
|