Home
last modified time | relevance | path

Searched refs:PreemptedBackgroundSequence (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task_scheduler/
Dtask_tracker.h216 struct PreemptedBackgroundSequence;
231 PreemptedBackgroundSequence
238 PreemptedBackgroundSequence sequence_to_schedule);
328 std::priority_queue<PreemptedBackgroundSequence,
329 std::vector<PreemptedBackgroundSequence>,
330 std::greater<PreemptedBackgroundSequence>>
Dtask_tracker.cc216 struct TaskTracker::PreemptedBackgroundSequence { struct in base::internal::TaskTracker
217 PreemptedBackgroundSequence() = default;
218 PreemptedBackgroundSequence(scoped_refptr<Sequence> sequence_in, in PreemptedBackgroundSequence() function
224 PreemptedBackgroundSequence(PreemptedBackgroundSequence&& other) = default;
225 ~PreemptedBackgroundSequence() = default;
226 PreemptedBackgroundSequence& operator=(PreemptedBackgroundSequence&& other) =
228 bool operator<(const PreemptedBackgroundSequence& other) const { in operator <() argument
231 bool operator>(const PreemptedBackgroundSequence& other) const { in operator >() argument
245 DISALLOW_COPY_AND_ASSIGN(PreemptedBackgroundSequence);
599 std::vector<PreemptedBackgroundSequence> sequences_to_schedule; in SetMaxNumScheduledBackgroundSequences()
[all …]