MCPcopy Create free account
hub / github.com/3rdparty/libprocess / capacity

Method capacity

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 1

init_threadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected