Searched defs:stop_event_fd (Results 1 – 1 of 1) sorted by relevance
57 auto stop_event_fd = MakeUniqueFd(eventfd(0, EFD_CLOEXEC)); variable109 UEvent(UniqueFd &fd, UniqueFd &stop_event_fd) in UEvent()