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

Method capacity

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

Source from the content-addressed store, hash-verified

111 }
112
113 size_t capacity() const
114 {
115 return semaphore.capacity();
116 }
117
118 // Epoch used to capture changes to the run queue when settling.
119 std::atomic_long epoch = ATOMIC_VAR_INIT(0L);

Callers 2

init_threadsMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected