MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / EventCount

Method EventCount

include/Eigen/Eigen/src/ThreadPool/EventCount.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 class Waiter;
54
55 EventCount(MaxSizeVector<Waiter>& waiters)
56 : state_(kStackMask), waiters_(waiters) {
57 eigen_plain_assert(waiters.size() < (1 << kWaiterBits) - 1);
58 }
59
60 ~EventCount() {
61 // Ensure there are no waiters.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected