Home
last modified time | relevance | path

Searched defs:Worker (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/doc/api/
Dcluster.md127 ### Event: `'disconnect'`
140 ### Event: `'error'`
149 ### Event: `'exit'`
173 ### Event: `'listening'`
190 ### Event: `'message'`
249 ### Event: `'online'`
264 ### `worker.disconnect()`
334 ### `worker.exitedAfterDisconnect`
360 ### `worker.id`
373 ### `worker.isConnected()`
[all …]
Dworker_threads.md691 ### `new Worker(filename[, options])`
786 ### Event: `'error'`
796 ### Event: `'exit'`
810 ### Event: `'message'`
824 ### Event: `'messageerror'`
833 ### Event: `'online'`
841 ### `worker.getHeapSnapshot()`
856 ### `worker.performance`
915 ### `worker.postMessage(value[, transferList])`
927 ### `worker.ref()`
[all …]
/third_party/nghttp2/src/
Dh2load.h243 struct Worker { struct
244 MemchunkPool mcpool;
245 Stats stats;
246 Sampling request_times_smp;
247 Sampling client_smp;
248 struct ev_loop *loop;
249 SSL_CTX *ssl_ctx;
250 Config *config;
251 size_t progress_interval;
252 uint32_t id;
[all …]
Dshrpx_health_monitor_downstream_connection.h32 class Worker; variable
Dshrpx_http_downstream_connection.h39 class Worker; variable
Dshrpx_live_check.h43 class Worker; variable
Dshrpx_api_downstream_connection.h35 class Worker; variable
Dshrpx_client_handler.h51 class Worker; variable
Dshrpx_tls.h49 class Worker; variable
/third_party/boost/libs/thread/test/
Dtest_5542_1.cpp11 class Worker class
15 Worker() in Worker() function in Worker
/third_party/benchmark/test/
Dinternal_threading_test.cc81 std::thread Worker(&MyBusySpinwait); in BM_WorkerThread() local
124 std::thread Worker(&MyBusySpinwait); in BM_MainThreadAndWorkerThread() local
/third_party/node/lib/internal/cluster/
Dworker.js13 function Worker(options) { class
Dchild.js15 const Worker = require('internal/cluster/worker'); constant
236 Worker.prototype.disconnect = function() { class
Dmaster.js20 const Worker = require('internal/cluster/worker'); constant
361 Worker.prototype.disconnect = function() { class
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dcore_affinity.h35 class Worker; variable
/third_party/python/Lib/test/test_importlib/
Dthreaded_import_hangers.py21 class Worker(threading.Thread): class
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DThreadTest.java62 private class Worker extends Thread { class in ThreadTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DThreadTest.java59 private class Worker extends Thread { class in ThreadTest
/third_party/node/lib/
Dworker_threads.js34 Worker, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_worker.js98 const WorkerClass = class Worker { class
163 Worker : WorkerClass, property
/third_party/node/benchmark/misc/
Dstartup.js6 let Worker; // Lazy loaded in main variable
/third_party/mindspore/mindspore/ccsrc/ps/
Dworker.h84 Worker() : server_num_(-1), running_(false), key_cnt_(0) {} in Worker() function
/third_party/gn/src/util/
Dworker_pool.cc130 void WorkerPool::Worker() { in Worker() function in WorkerPool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreadPool.cpp105 for (auto &Worker : Threads) in ~ThreadPool() local
/third_party/node/lib/internal/
Dworker.js118 class Worker extends EventEmitter { class
513 Worker, property

12