Home
last modified time | relevance | path

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

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/commands/
H A Dmulti.go218 signaled := mr.updateWorkers(&workerIndex, startWorker, stopWorker)
623 func (mr *RunCommand) updateWorkers(workerIndex *int, startWorker chan int, stopWorker chan bool) o… func
/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h385 void updateWorkers();
H A Dsector.cpp2296 …this->updateWorkers(); // call to also set the particle system rate (calling updateWorkers() inste… in updateForNewBuilding()
2585 this->updateWorkers(); in setWorkers()
2588 void Sector::updateWorkers() { in updateWorkers() function in Sector