Home
last modified time | relevance | path

Searched defs:cleanup_tasks (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-behave/behave-1.2.6/tasks/
H A D_tasklet_cleanup.py70 def execute_cleanup_tasks(ctx, cleanup_tasks, dry_run=False): argument
243 cleanup_tasks = Collection("cleanup_tasks") variable
/dports/textproc/py-parse-type/parse_type-0.5.6/tasks/
H A D_tasklet_cleanup.py82 def execute_cleanup_tasks(ctx, cleanup_tasks, dry_run=False): argument
278 cleanup_tasks = Collection("cleanup_tasks") variable
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/app/fax/resources/scripts/queue/
H A Dtasks.lua239 local function cleanup_tasks() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dskia_utils.cc31 std::vector<base::OnceClosure> cleanup_tasks; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dskia_utils.cc39 std::vector<base::OnceClosure> cleanup_tasks; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtest_mock_time_task_runner.cc218 TaskPriorityQueue cleanup_tasks; in ClearPendingTasks() local