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

Method synchronized

src/exec/exec.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 terminate(self());
505
506 synchronized (mutex) {
507 CHECK_NOTNULL(latch)->trigger();
508 }
509 }
510
511 void abort()

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.80

Tested by

no test coverage detected