Home | History | Annotate | Download | only in base

Lines Matching full:tasks

21 // events can run tasks. This is intended to mock gtk events (the corresponding
200 // Checks that tasks posted by events are executed before the next event if
230 // Tests that we process tasks while waiting for new events.
235 // After all the previous tasks have executed, enqueue an event that will
244 // Tests that we process delayed tasks while waiting for new events.
251 // After all the previous tasks have executed, enqueue an event that will
253 // This relies on the fact that delayed tasks are executed in delay order.
286 // This class is a helper for the concurrent events / posted tasks test below.
287 // It will quit the main loop once enough tasks and events have been processed,
340 // Tests that posted tasks don't starve events, nor the opposite.
342 // full, the helper verifies that both tasks and events get processed.
354 // Similarly post 2 tasks.
374 // Post a couple of dummy tasks
405 // Post a couple of dummy tasks
462 // Allow tasks to be processed from 'native' event loops.
470 // Post a couple of dummy tasks
493 // Allow tasks to be processed from 'native' event loops.
501 // Post a couple of dummy tasks
526 // Tests that events and posted tasks are correctly exectuted if the message
529 // between events and posted tasks.
536 // Tests that events and posted tasks are correctly exectuted if the message
539 // between events and posted tasks.