Home
last modified time | relevance | path

Searched refs:isWorker (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/lang/php73/php-7.3.33/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/www/mod_php81/php-8.1.1/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/lang/php80/php-8.0.15/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/lang/php81/php-8.1.1/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/lang/php74/php-7.4.27/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/security/php81-openssl/php-8.1.1/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/security/php80-openssl/php-8.0.15/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/security/php74-openssl/php-7.4.27/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/security/php73-openssl/php-7.3.33/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/www/mod_php73/php-7.3.33/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/www/mod_php80/php-8.0.15/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/www/mod_php74/php-7.4.27/ext/openssl/tests/
H A DServerClientTestCase.inc35 private $isWorker = false;
45 public static function getInstance($isWorker = false)
48 self::$instance = new self($isWorker);
54 public function __construct($isWorker = false)
60 $this->isWorker = $isWorker;
138 $handle = $this->isWorker ? STDIN : $this->workerStdOut[$worker];
158 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/worker/
H A DWorkerWatcher.scala46 private def isWorker(address: RpcAddress) = expectedAddress == address method
55 if (isWorker(remoteAddress)) {
61 if (isWorker(remoteAddress)) {
69 if (isWorker(remoteAddress)) {
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DKVStoreServer.scala65 val isWorker = new RefInt constant
66 checkCall(_LIB.mxKVStoreIsWorkerNode(isWorker))
67 require(isWorker.value == 0, "cannot start kv-store server on worker node")
H A DKVStore.scala193 val isWorker = new RefInt constant
194 checkCall(_LIB.mxKVStoreIsWorkerNode(isWorker))
195 if (`type`.contains("dist") && isWorker.value != 0) {
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/main/scala/org/apache/mxnet/
H A DKVStoreServer.scala65 val isWorker = new RefInt constant
66 checkCall(_LIB.mxKVStoreIsWorkerNode(isWorker))
67 require(isWorker.value == 0, "cannot start kv-store server on worker node")
H A DKVStore.scala193 val isWorker = new RefInt constant
194 checkCall(_LIB.mxKVStoreIsWorkerNode(isWorker))
195 if (`type`.contains("dist") && isWorker.value != 0) {
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/taskjuggler/
H A DAllocation.cpp77 Allocation::isWorker() const in isWorker() function in TJ::Allocation
82 if (!cli.next()->isWorker()) in isWorker()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/src/
H A DParallelExecutor.cpp128 thread_local bool ParallelExecutorImpl::isWorker(false);
135 ParallelExecutorImpl::isWorker = true; in threadBody()
253 return ParallelExecutorImpl::isWorker; in isWorkerThread()
H A DParallelExecutorImpl.h85 static thread_local bool isWorker; variable
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creatureaction/
H A DCreatureActionFight.cpp110 … if(creature.getDefinition()->isWorker() && !enemyCreature->getDefinition()->isWorker()) in handleFight()
119 if(creature.getDefinition()->isWorker()) in handleFight()
H A DCreatureActionFightFriendly.cpp110 … if(creature.getDefinition()->isWorker() && !enemyCreature->getDefinition()->isWorker()) in handleFight()
119 if(creature.getDefinition()->isWorker()) in handleFight()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DCreature.cpp1039 if (mDefinition->isWorker()) in handleIdleAction()
1070 if(!mDefinition->isWorker() && in handleIdleAction()
1119 if (!mDefinition->isWorker() && in handleIdleAction()
1129 if (!mDefinition->isWorker() && in handleIdleAction()
1139 if (!mDefinition->isWorker() && in handleIdleAction()
1150 if (!mDefinition->isWorker() && in handleIdleAction()
1159 if (!mDefinition->isWorker() && in handleIdleAction()
1179 if (!mDefinition->isWorker()) in handleIdleAction()
2207 if(mDefinition->isWorker()) in drop()
2403 if(getDefinition()->isWorker()) in getEntityCarryType()
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/utils/
H A DMPIHelper.cpp51 if (MPIHelper::getInstance().isWorker()) { in syncRandomSeed()
159 if (isWorker()) { in broadcastCheckpoint()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creaturebehaviour/
H A DCreatureBehaviourFleeWhenWeak.cpp76 if(creature.getDefinition()->isWorker()) in processBehaviour()

123456789