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

Method empty

3rdparty/libprocess/src/run_queue.hpp:101–106  ·  view source on GitHub ↗

NOTE: this function can't be const because `synchronized (mutex)` is not const ...

Source from the content-addressed store, hash-verified

99 // NOTE: this function can't be const because `synchronized (mutex)`
100 // is not const ...
101 bool empty()
102 {
103 synchronized (mutex) {
104 return processes.empty();
105 }
106 }
107
108 void decomission()
109 {

Callers 15

jsonFunction · 0.45
authenticator.cppFile · 0.45
finalizeMethod · 0.45
streamMethod · 0.45
parseMethod · 0.45
removeMethod · 0.45
synchronizedMethod · 0.45
authenticateMethod · 0.45
parseMethod · 0.45
acceptsEncodingMethod · 0.45
foreachFunction · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 10

TESTFunction · 0.36
createMessageMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
validateGetWithoutQueryFunction · 0.36
validatePostFunction · 0.36
validateDeleteFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36