Home
last modified time | relevance | path

Searched defs:WorkerThread (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/libplatform/
Dworker-thread.cc13 WorkerThread::WorkerThread(TaskQueue* queue) in WorkerThread() function in v8::platform::WorkerThread
Ddefault-platform.h24 class WorkerThread; variable
Ddefault-worker-threads-task-runner.cc62 DefaultWorkerThreadsTaskRunner::WorkerThread::WorkerThread( in WorkerThread() function in v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dscheduler.h58 struct WorkerThread { struct
60 int count = 0;
64 ThreadInitializer initializer;
67 std::shared_ptr<Thread::Affinity::Policy> affinityPolicy;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java1217 class WorkerThread extends Thread { in TestMultithreaded() class
1218 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java1220 class WorkerThread extends Thread { in TestMultithreaded() class
1221 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java395 class WorkerThread implements Runnable { in TestBug12873() class
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBITest.java392 class WorkerThread implements Runnable { in TestBug12873() class
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c186 STATIC VOID WorkerThread(cpu_workqueue_struct *cwqParam) in WorkerThread() function
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDriver.cpp203 static void WorkerThread(const std::string &Cmd, std::atomic<unsigned> *Counter, in WorkerThread() function
/third_party/node/deps/v8/src/d8/
Dd8.h232 explicit WorkerThread(std::shared_ptr<Worker> worker) in WorkerThread() function