/third_party/node/doc/api/ |
D | cluster.md | 127 ### 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 …]
|
D | worker_threads.md | 691 ### `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/ |
D | worker.rs | 7 pub(crate) struct Worker<T: Write + Send + Sync + 'static> { struct 21 impl<T: Write + Send + Sync + 'static> Worker<T> { implementation
|
/third_party/nghttp2/src/ |
D | h2load.h | 273 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 …]
|
D | shrpx_health_monitor_downstream_connection.h | 32 class Worker; variable
|
D | shrpx_quic_listener.h | 35 class Worker; variable
|
D | shrpx_http_downstream_connection.h | 39 class Worker; variable
|
D | shrpx_live_check.h | 43 class Worker; variable
|
D | shrpx_api_downstream_connection.h | 35 class Worker; variable
|
D | shrpx_quic_connection_handler.h | 48 class Worker; variable
|
D | shrpx_client_handler.h | 51 class Worker; variable
|
D | shrpx_tls.h | 49 class Worker; variable
|
/third_party/benchmark/test/ |
D | internal_threading_test.cc | 81 std::thread Worker(&MyBusySpinwait); in BM_WorkerThread() local 124 std::thread Worker(&MyBusySpinwait); in BM_MainThreadAndWorkerThread() local
|
/third_party/node/lib/internal/cluster/ |
D | worker.js | 13 function Worker(options) { class
|
D | child.js | 15 const Worker = require('internal/cluster/worker'); constant 236 Worker.prototype.disconnect = function() { class
|
/third_party/python/Lib/test/test_importlib/ |
D | threaded_import_hangers.py | 21 class Worker(threading.Thread): class
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/ |
D | interface_declarations_2.ts | 27 interface Worker { interface
|
D | interface_declarations_1.ts | 28 interface Worker { interface
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | ThreadTest.java | 62 private class Worker extends Thread { class in ThreadTest
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ThreadTest.java | 59 private class Worker extends Thread { class in ThreadTest
|
/third_party/node/lib/ |
D | worker_threads.js | 34 Worker, property
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_worker.js | 98 const WorkerClass = class Worker { class 163 Worker : WorkerClass, property
|
/third_party/node/benchmark/misc/ |
D | startup.js | 6 let Worker; // Lazy loaded in main variable
|
/third_party/gn/src/util/ |
D | worker_pool.cc | 130 void WorkerPool::Worker() { in Worker() function in WorkerPool
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 105 for (auto &Worker : Threads) in ~ThreadPool() local
|