Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py1512 max_to_notify=_MAX_BARRIERS_TO_NOTIFY): argument
1538 barrier_index_list = query.fetch(max_to_notify)
1564 results = query.fetch(max_to_notify)
1630 if len(results) == max_to_notify:
1696 max_to_notify=_MAX_ABORTS_TO_BEGIN): argument
1722 results = query.fetch(max_to_notify)
1738 if len(results) == max_to_notify: