/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/nghttp2/src/ |
D | h2load.h | 243 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 …]
|
D | shrpx_health_monitor_downstream_connection.h | 32 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_client_handler.h | 51 class Worker; variable
|
D | shrpx_tls.h | 49 class Worker; variable
|
/third_party/boost/libs/thread/test/ |
D | test_5542_1.cpp | 11 class Worker class 15 Worker() in Worker() function in Worker
|
/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
|
D | master.js | 20 const Worker = require('internal/cluster/worker'); constant 361 Worker.prototype.disconnect = function() { class
|
/third_party/mindspore/mindspore/core/mindrt/src/thread/ |
D | core_affinity.h | 35 class Worker; variable
|
/third_party/python/Lib/test/test_importlib/ |
D | threaded_import_hangers.py | 21 class Worker(threading.Thread): class
|
/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/mindspore/mindspore/ccsrc/ps/ |
D | worker.h | 84 Worker() : server_num_(-1), running_(false), key_cnt_(0) {} in Worker() function
|
/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
|
/third_party/node/lib/internal/ |
D | worker.js | 118 class Worker extends EventEmitter { class 513 Worker, property
|