Home
last modified time | relevance | path

Searched refs:workers_started (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/io/
H A Dtest_namedpipe.py100 workers_started=True): argument
102 if not workers_started:
113 if not workers_started:
118 if workers_started:
129 self._test_stop_pipe_handler(workers_started=False)
/dports/sysutils/istio/istio-1.6.7/pilot/cmd/pilot-agent/status/ready/
H A Dprobe_test.go73 listener_manager.workers_started: 0
82 listener_manager.workers_started: 1
/dports/dns/validns/validns-0.8/
H A Drrsig.c162 static int workers_started = 0; variable
207 if (workers_started) in start_workers()
216 workers_started = 1; in start_workers()
231 if (!workers_started && cur_size >= G.opt.n_threads) in schedule_verification()
/dports/archivers/plzip/plzip-1.9/
H A Ddec_stream.cc221 void finish( const int workers_started ) in finish() argument
228 num_working -= num_workers - workers_started; // workers spared in finish()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/priv/
H A Dstats_descriptions.cfg53 {[couch_replicator, workers_started], [
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_scheduler_job.erl138 couch_stats:increment_counter([couch_replicator, workers_started]),