Lines Matching full:may
7 * in the file PATENTS. All contributing project authors may
24 // in FIFO order and that tasks never overlap. Tasks may always execute on the
25 // same worker thread and they may not. To DCHECK that tasks are executing on a
30 // This may include up to a 17 ms leeway in addition to OS timer precision.
42 // Responsible for deallocation. Deallocation may happen synchronously during
47 // TaskQueue still exists and may call other methods, e.g. PostTask.
54 // will be deleted. The deletion of tasks may happen synchronously on the
55 // TaskQueue or it may happen asynchronously after TaskQueue is deleted.
56 // This may vary from one implementation to the next so assumptions about
58 // May be called on any thread or task queue, including this task queue.
72 // The task may execute with [-1, 17 + OS induced leeway) ms additional delay.
75 // the OS induced leeway may be 10% of sleep interval. On Windows, 1 ms
76 // precision timers may be used but there are cases, such as when running on
83 // May be called on any thread or task queue, including this task queue.
95 // The task may execute with [-1, OS induced leeway] ms additional delay.
98 // the OS induced leeway may be 10% of sleep interval. On Windows, 1 ms
99 // precision timers may be used but there are cases, such as when running on
102 // May be called on any thread or task queue, including this task queue.
123 // May be called on any thread or task queue, including this task queue.