mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 06:01:28 +00:00
If a file descriptor being monitored by epoll_wait is closed in another thread, the result is unspecified. So add all mevents removed in other threads to delete list. And drain the list in the dispatch mevent thread. Tracked-On: #6877 Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>