Searched refs:MaxSizeVector (Results 1 – 9 of 9) sorted by relevance
31 class MaxSizeVector {35 explicit MaxSizeVector(size_t n) in MaxSizeVector() function44 MaxSizeVector(size_t n, const T& init) in MaxSizeVector() function51 ~MaxSizeVector() { in ~MaxSizeVector()
125 MaxSizeVector<Thread*> threads_;126 MaxSizeVector<Queue*> queues_;127 MaxSizeVector<unsigned> coprimes_;128 MaxSizeVector<EventCount::Waiter> waiters_;
138 MaxSizeVector<Thread*> threads_; // All threads139 MaxSizeVector<Waiter*> waiters_; // Stack of waiting threads.
53 EventCount(MaxSizeVector<Waiter>& waiters) : waiters_(waiters) { in EventCount()202 MaxSizeVector<Waiter>& waiters_;
28 MaxSizeVector<EventCount::Waiter> waiters(1); in test_basic_eventcount()85 MaxSizeVector<EventCount::Waiter> waiters(kThreads); in test_stress_eventcount()
33 const MaxSizeVector<LhsScalar*>* blockAs;51 MaxSizeVector<Notification*>* kernel_notifications;52 const MaxSizeVector<Notification*>* lhs_notifications;824 MaxSizeVector<LhsScalar *> blockAs(num_threads);833 MaxSizeVector<RhsScalar *> blockBs(n_blocks);839 MaxSizeVector<Notification*> lhs_notifications(num_threads, nullptr);843 MaxSizeVector<Notification*> kernel_notifications(num_kernel_notifications,
275 MaxSizeVector<typename Self::CoeffReturnType> shards(numblocks, reducer.initialize());
49 #include "src/util/MaxSizeVector.h"
32 #include "src/util/MaxSizeVector.h"