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

Method synchronized

src/sched/sched.cpp:1224–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222 }
1223
1224 synchronized (mutex) {
1225 CHECK_NOTNULL(latch)->trigger();
1226 }
1227 }
1228
1229 // NOTE: This function informs the master to stop attempting to send

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.80

Tested by

no test coverage detected