Home
last modified time | relevance | path

Searched defs:Worker (Results 1 - 21 of 21) sorted by relevance

/third_party/node/lib/internal/cluster/
H A Dworker.js15 function Worker(options) { class
[all...]
H A Dprimary.js349 Worker.prototype.disconnect = function() { global() class
H A Dchild.js283 Worker.prototype.disconnect = function() { global() class
/third_party/gn/src/util/
H A Dworker_pool.cc77 void WorkerPool::Worker() { in Worker() function in WorkerPool
/third_party/python/Lib/test/test_importlib/
H A Dthreaded_import_hangers.py21 class Worker(threading.Thread): class
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js177 Worker = function(code){ global() class
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DThreadTest.java62 private class Worker extends Thread { class in ThreadTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DThreadTest.java59 private class Worker extends Thread { class in ThreadTest
/third_party/node/deps/v8/tools/testrunner/local/
H A Dpool.py67 def Worker(fn, work_queue, done_queue, function
/third_party/node/src/
H A Dnode_worker.h27 class Worker : public AsyncWrap { class
H A Dnode_worker.cc48 Worker::Worker(Environment* env, in Worker() function in node::worker::Worker
[all...]
/third_party/nghttp2/src/
H A Dshrpx_worker.cc146 Worker::Worker(struct ev_loop *loop, SSL_CTX *sv_ssl_ctx, SSL_CTX *cl_ssl_ctx, in Worker() function in shrpx::Worker
[all...]
H A Dshrpx_worker.h308 class Worker { class
H A Dh2load.cc1551 Worker::Worker(uint32_t id, SSL_CTX *ssl_ctx, size_t req_todo, size_t nclients, in Worker() function in h2load::Worker
[all...]
H A Dh2load.h273 struct Worker { struct
H A DHttpServer.cc1793 struct Worker { struct
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h327 class Worker { class in marl::Scheduler
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp363 Scheduler::Worker::Worker(Scheduler* scheduler, Mode mode, uint32_t id) Worker() function in marl::Scheduler::Worker
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.h188 class Worker : public std::enable_shared_from_this<Worker> { class
[all...]
H A Dd8.cc4109 Worker::Worker(const char* script) : script_(i::StrDup(script)) { Worker() function in v8::Worker
[all...]
/third_party/python/Lib/test/
H A Dtest_threading.py301 class Worker(threading.Thread): class

Completed in 23 milliseconds