Home
last modified time | relevance | path

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

/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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dtensordump_utils.cc88 void AsyncFileWriter::WorkerThread() { in WorkerThread() function in mindspore::device::ascend::AsyncFileWriter
/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/charsetdet/
DTestCharsetDetector.java1217 class WorkerThread extends Thread { in TestMultithreaded() class
1218 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/third_party/lz4/programs/
Dthreadpool.c116 static DWORD WINAPI WorkerThread(LPVOID lpParameter) in WorkerThread() function
/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