Home
last modified time | relevance | path

Searched defs:Worker (Results 1 – 25 of 44) 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/rust/crates/tracing/tracing-appender/src/
Dworker.rs7 pub(crate) struct Worker<T: Write + Send + Sync + 'static> { struct
21 impl<T: Write + Send + Sync + 'static> Worker<T> { implementation
/third_party/nghttp2/src/
Dh2load.h273 struct Worker { struct
274 MemchunkPool mcpool;
275 std::mt19937 randgen;
276 Stats stats;
277 Sampling request_times_smp;
278 Sampling client_smp;
279 struct ev_loop *loop;
280 SSL_CTX *ssl_ctx;
281 Config *config;
282 size_t progress_interval;
[all …]
Dshrpx_health_monitor_downstream_connection.h32 class Worker; variable
Dshrpx_quic_listener.h35 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_quic_connection_handler.h48 class Worker; variable
Dshrpx_client_handler.h51 class Worker; variable
Dshrpx_tls.h49 class Worker; variable
/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
/third_party/python/Lib/test/test_importlib/
Dthreaded_import_hangers.py21 class Worker(threading.Thread): class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/
Dinterface_declarations_2.ts27 interface Worker { interface
Dinterface_declarations_1.ts28 interface Worker { interface
/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/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

12