Home
last modified time | relevance | path

Searched refs:launch_worker (Results 1 – 25 of 54) sorted by relevance

123

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/ipc/
H A Dserver.py119 def launch_worker(self, gui=False, redirect_output=None, job_name=None): member in Server
161 …w = self.launch_worker(gui=gui, redirect_output=redirect_output, job_name=getattr(job, 'name', Non…
216 worker = self.launch_worker()
/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dwarehouse.cc95 dynamic_cast<Soldier&>(warehouse_->launch_worker(game, soldier_index, noreq)); in enemy_soldier_approaches()
107 dynamic_cast<Soldier&>(warehouse_->launch_worker(game, soldier_index, noreq)); in attack()
304 Worker& WarehouseSupply::launch_worker(Game& game, const Request& req) { in launch_worker() function in Widelands::WarehouseSupply
305 return warehouse_->launch_worker(game, req.get_index(), req.get_requirements()); in launch_worker()
684 launch_worker(*game, id, Requirements()).start_task_leavebuilding(*game, true); in cleanup()
871 launch_worker(game, carrierid, Requirements()).start_task_fetchfromflag(game); in fetch_from_flag()
912 Worker& Warehouse::launch_worker(Game& game, DescriptionIndex worker_id, const Requirements& req) { in launch_worker() function in Widelands::Warehouse
1024 Widelands::Worker& worker = launch_worker(game, carrierid, Requirements()); in do_launch_ware()
1355 Worker& worker = launch_worker(game, widx, Requirements()); in check_remove_stock()
H A Dwarehouse.h167 Worker& launch_worker(Game&, DescriptionIndex worker, const Requirements&);
/dports/games/widelands/widelands-build21/src/economy/
H A Didleworkersupply.h43 Worker& launch_worker(Game&, const Request&) override;
H A Dsupply.h112 virtual Worker& launch_worker(Game&, const Request&) = 0;
H A Dwarehousesupply.h71 Worker& launch_worker(Game&, const Request&) override;
H A Didleworkersupply.cc106 Worker& IdleWorkerSupply::launch_worker(Game&, const Request& req) { in launch_worker() function in Widelands::IdleWorkerSupply
H A Dware_instance.cc64 Worker& launch_worker(Game&, const Request&) override;
165 Worker& IdleWareSupply::launch_worker(Game&, const Request&) { in launch_worker() function in Widelands::IdleWareSupply
/dports/lang/ruby26/ruby-2.6.9/test/lib/test/
H A Dunit.rb336 def launch_worker method
408 worker = launch_worker
474 [@tasks.size, @options[:parallel]].min.times {launch_worker}
486 t.size.times {launch_worker}
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/postmaster/
H A Dautovacuum.c294 static void launch_worker(TimestampTz now);
759 launch_worker(current_time); in AutoVacLauncherMain()
778 launch_worker(current_time); in AutoVacLauncherMain()
1299 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c316 static void launch_worker(TimestampTz now);
805 launch_worker(current_time); in AutoVacLauncherMain()
824 launch_worker(current_time); in AutoVacLauncherMain()
1345 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c316 static void launch_worker(TimestampTz now);
805 launch_worker(current_time); in AutoVacLauncherMain()
824 launch_worker(current_time); in AutoVacLauncherMain()
1345 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/postmaster/
H A Dautovacuum.c317 static void launch_worker(TimestampTz now);
806 launch_worker(current_time); in AutoVacLauncherMain()
825 launch_worker(current_time); in AutoVacLauncherMain()
1346 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c316 static void launch_worker(TimestampTz now);
805 launch_worker(current_time); in AutoVacLauncherMain()
824 launch_worker(current_time); in AutoVacLauncherMain()
1345 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c316 static void launch_worker(TimestampTz now);
805 launch_worker(current_time); in AutoVacLauncherMain()
824 launch_worker(current_time); in AutoVacLauncherMain()
1345 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c316 static void launch_worker(TimestampTz now);
805 launch_worker(current_time); in AutoVacLauncherMain()
824 launch_worker(current_time); in AutoVacLauncherMain()
1345 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/postmaster/
H A Dautovacuum.c316 static void launch_worker(TimestampTz now);
805 launch_worker(current_time); in AutoVacLauncherMain()
824 launch_worker(current_time); in AutoVacLauncherMain()
1345 launch_worker(TimestampTz now) in launch_worker() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/postmaster/
H A Dautovacuum.c317 static void launch_worker(TimestampTz now);
806 launch_worker(current_time);
825 launch_worker(current_time);
1346 launch_worker(TimestampTz now)
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/postmaster/
H A Dautovacuum.c317 static void launch_worker(TimestampTz now);
806 launch_worker(current_time);
825 launch_worker(current_time);
1346 launch_worker(TimestampTz now)

123