File descriptors returned by eventfd and eventfd2 are not registered as internals
During startup, Mercury with shared memory support enabled invokes eventfd2()
to create some file descriptors for internal communication. These file descriptors should be registered as internal file descriptors in order to prevent normal client execution from clobbering them.