MCPcopy Create free account
hub / github.com/apache/mesos / unregisterNotifier

Function unregisterNotifier

src/linux/cgroups.cpp:1079–1082  ·  view source on GitHub ↗

Unregister a notifier. @param fd The eventfd returned by registerNotifier. @return Some if the operation succeeds. Error if the operation fails.

Source from the content-addressed store, hash-verified

1077// @return Some if the operation succeeds.
1078// Error if the operation fails.
1079static Try<Nothing> unregisterNotifier(int fd)
1080{
1081 return os::close(fd);
1082}
1083
1084
1085// The process listening on an event notifier. This class is internal

Callers 1

finalizeMethod · 0.85

Calls 1

closeFunction · 0.70

Tested by

no test coverage detected