Home
last modified time | relevance | path

Searched defs:workers (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/test/sequential/
Dtest-inspector-port-cluster.js23 workers: [{ expectedPort: 9230 }] property
28 workers: [ property
40 workers: [ property
51 workers: [{ expectedPort: port + 1 }] property
58 workers: [{ expectedPort: port + 1 }] property
65 workers: [{ expectedPort: port + 1, expectedHost: '0.0.0.0' }] property
72 workers: [{ expectedPort: port + 1, expectedHost: '127.0.0.1' }] property
80 workers: [{ expectedPort: port + 1, expectedHost: '::' }] property
87 workers: [{ expectedPort: port + 1, expectedHost: '::1' }] property
99 workers: [{ expectedPort: port + 2 }] property
[all …]
Dtest-cluster-net-listen-ipv6only-none.js18 const workers = []; variable
Dtest-cluster-net-listen-ipv6only-rr.js18 const workers = []; variable
/third_party/node/doc/api/
Dcluster.md878 [`.fork()`]: #cluster_cluster_fork_env
879 [`.setupMaster()`]: #cluster_cluster_setupmaster_settings
884 [`cluster.settings`]: #cluster_cluster_settings
889 [`worker.exitedAfterDisconnect`]: #cluster_worker_exitedafterdisconnect
/third_party/node/benchmark/cluster/
Decho.js7 workers: [1], property
16 workers, property
/third_party/node/benchmark/worker/
Decho.js7 workers: [1], property
15 function main({ n, workers, sendsPerBroadcast: sends, payload: payloadType }) { property
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Ddebug.js4 , workers = workerFarm(require.resolve('./child'), ['args']) constant
/third_party/node/deps/npm/node_modules/worker-farm/examples/basic/
Dindex.js4 , workers = workerFarm(require.resolve('./child')) variable
/third_party/node/test/parallel/
Dtest-cluster-concurrent-disconnect.js12 const workers = []; variable
Dtest-cluster-send-handle-twice.js30 const workers = { variable
Dtest-cluster-net-listen-ipv6only-false.js17 const workers = []; variable
Dtest-cluster-master-error.js73 const workers = []; variable
Dtest-cluster-disconnect.js73 const workers = 8; constant
/third_party/libabigail/src/
Dabg-workers.cc34 namespace workers namespace
137 std::vector<worker> workers; member
/third_party/node/src/inspector/
Dworker_agent.cc35 explicit AgentWorkerInspectorDelegate(std::shared_ptr<NodeWorkers> workers) in AgentWorkerInspectorDelegate()
52 std::shared_ptr<NodeWorkers> workers) in ParentInspectorSessionDelegate()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter_test.cc42 std::vector<std::thread> workers; in TEST() local
Dnotification_test.cc97 std::vector<std::thread> workers; in BasicTests() local
/third_party/ltp/testcases/kernel/fs/fs_fill/
Dfs_fill.c25 static struct worker *workers; variable
/third_party/node/test/internet/
Dtest-dgram-broadcast-multi-process.js59 const workers = {}; constant
Dtest-dgram-multicast-multi-process.js40 const workers = {}; constant
Dtest-dgram-multicast-ssm-multi-process.js19 const workers = {}; constant
/third_party/libuv/docs/code/multi-echo-server/
Dmain.c13 } *workers; variable
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dthread_group.hpp110 Thread workers[Size]; member in spirv_cross::ThreadGroup
/third_party/python/Lib/
Dcompileall.py49 rx=None, quiet=0, legacy=False, optimize=-1, workers=1, argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DVersionInfoTest.java373 GetInstanceWorker[] workers = new GetInstanceWorker[numThreads]; in TestMultiThread() local

12