/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | ThreadTest.java | 28 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 83 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ThreadTest.java | 25 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 80 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
|
/third_party/rust/crates/once_cell/examples/ |
D | bench_vs_lazy_static.rs | 16 let threads = (0..N_THREADS) in main() localVariable 26 let threads = (0..N_THREADS) in main() localVariable
|
D | bench.rs | 12 let threads = in main() localVariable
|
/third_party/flutter/skia/src/core/ |
D | SkExecutor.cpp | 76 explicit SkThreadPool(int threads) { in SkThreadPool() 144 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads) { in MakeFIFOThreadPool() 148 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads) { in MakeLIFOThreadPool()
|
D | SkTaskGroup.cpp | 46 SkTaskGroup::Enabler::Enabler(int threads) { in Enabler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | marl_bench.h | 68 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads++) { in args() local 72 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads *= 2) { in args() local
|
D | non_marl_bench.cpp | 98 std::vector<std::thread> threads; in SingleQueueTaskExecutor() local 142 std::vector<std::thread> threads; in MultiQueueTaskExecutor() local
|
/third_party/elfutils/tests/ |
D | dwfl-proc-attach.c | 66 int *threads = (int *) thread_arg; in thread_callback() local 96 int threads = 0; in main() local
|
/third_party/skia/src/core/ |
D | SkExecutor.cpp | 73 explicit SkThreadPool(int threads, bool allowBorrowing) : fAllowBorrowing(allowBorrowing) { in SkThreadPool() 142 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads, bool allowBorrowing) { in MakeFIFOThreadPool() 147 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads, bool allowBorrowing) { in MakeLIFOThreadPool()
|
D | SkTaskGroup.cpp | 46 SkTaskGroup::Enabler::Enabler(int threads) { in Enabler()
|
/third_party/iowow/src/re/ |
D | vm.c | 39 vm_thread *threads; member 120 vm_thread *threads; in vm_run() local 137 vm_thread *threads in vm_run_with_threads()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 226 private void runThreads(Thread[] threads, Control control) { in runThreads() 259 Thread[] threads = new Thread[10]; in testThreads() local 284 Thread[] threads = new Thread[10]; in testFrozen() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationThreadTest.java | 229 private void runThreads(Thread[] threads, Control control) { in runThreads() 262 Thread[] threads = new Thread[10]; in testThreads() local 287 Thread[] threads = new Thread[10]; in testFrozen() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | thread_identity_test.cc | 80 std::vector<std::thread> threads; in TEST() local 110 std::vector<std::thread> threads; in TEST() local
|
/third_party/flutter/engine/flutter/fml/synchronization/ |
D | waitable_event_unittest.cc | 74 std::vector<std::thread> threads; in TEST() local 154 std::vector<std::thread> threads; in TEST() local
|
/third_party/python/Doc/c-api/ |
D | init.rst | 678 .. _threads: target in Process-wide parameters 810 .. _fork-and-threads:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 47 int threads) { in CreatePool() 69 int threads; member 357 int threads, int iterations, int operations) { in RunTestCommon() 381 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 393 int threads, int iterations, in RunTestWithInvariantDebugging() 1615 int threads = GetParam(); local 1629 int threads = GetParam(); local 1643 int threads = GetParam(); local 1650 int threads = GetParam(); local 1664 int threads = GetParam(); local [all …]
|
/third_party/libuv/test/ |
D | test-thread-equal.c | 39 uv_thread_t threads[2]; in TEST_IMPL() local
|
/third_party/ltp/lib/newlib_tests/ |
D | test09.c | 32 pthread_t threads[THREADS]; in do_test() local
|
D | test08.c | 48 pthread_t threads[THREADS]; in do_test() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | call_once_test.cc | 70 std::vector<std::thread> threads; in TEST() local
|
/third_party/libuv/docs/code/locks/ |
D | main.c | 44 uv_thread_t threads[3]; in main() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 111 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() local 215 TestArabicShapeThreads threads[30]; in TestArabicShapingThreads() local 1036 TxThread threads[4]; in TestAnyTranslit() local 1203 UnifiedCacheThread *threads[CACHE_LOAD][UPRV_LENGTHOF(gCacheLocales)]; in TestUnifiedCache() local 1292 BreakTranslitThread threads[4]; in TestBreakTranslit() local 1326 TestIncDecThread threads[NUM_THREADS]; in TestIncDec() local 1356 Test20104Thread threads[NUM_THREADS]; in Test20104() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultithreadingTest.cpp | 49 std::vector<std::thread> threads(threadCount); in runMultithreadedGLTest() local 112 std::array<std::thread, kThreadCount> threads; in TEST_P() local
|