Searched refs:PreemptedBackgroundSequence (Results 1 – 2 of 2) sorted by relevance
216 struct PreemptedBackgroundSequence;231 PreemptedBackgroundSequence238 PreemptedBackgroundSequence sequence_to_schedule);328 std::priority_queue<PreemptedBackgroundSequence,329 std::vector<PreemptedBackgroundSequence>,330 std::greater<PreemptedBackgroundSequence>>
216 struct TaskTracker::PreemptedBackgroundSequence { struct in base::internal::TaskTracker217 PreemptedBackgroundSequence() = default;218 PreemptedBackgroundSequence(scoped_refptr<Sequence> sequence_in, in PreemptedBackgroundSequence() function224 PreemptedBackgroundSequence(PreemptedBackgroundSequence&& other) = default;225 ~PreemptedBackgroundSequence() = default;226 PreemptedBackgroundSequence& operator=(PreemptedBackgroundSequence&& other) =228 bool operator<(const PreemptedBackgroundSequence& other) const { in operator <() argument231 bool operator>(const PreemptedBackgroundSequence& other) const { in operator >() argument245 DISALLOW_COPY_AND_ASSIGN(PreemptedBackgroundSequence);599 std::vector<PreemptedBackgroundSequence> sequences_to_schedule; in SetMaxNumScheduledBackgroundSequences()[all …]