Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DThreadTest.java28 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/
DThreadTest.java25 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/
Dbench_vs_lazy_static.rs16 let threads = (0..N_THREADS) in main() localVariable
26 let threads = (0..N_THREADS) in main() localVariable
Dbench.rs12 let threads = in main() localVariable
/third_party/flutter/skia/src/core/
DSkExecutor.cpp76 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()
DSkTaskGroup.cpp46 SkTaskGroup::Enabler::Enabler(int threads) { in Enabler()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmarl_bench.h68 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads++) { in args() local
72 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads *= 2) { in args() local
Dnon_marl_bench.cpp98 std::vector<std::thread> threads; in SingleQueueTaskExecutor() local
142 std::vector<std::thread> threads; in MultiQueueTaskExecutor() local
/third_party/elfutils/tests/
Ddwfl-proc-attach.c66 int *threads = (int *) thread_arg; in thread_callback() local
96 int threads = 0; in main() local
/third_party/skia/src/core/
DSkExecutor.cpp73 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()
DSkTaskGroup.cpp46 SkTaskGroup::Enabler::Enabler(int threads) { in Enabler()
/third_party/iowow/src/re/
Dvm.c39 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/
DCollationThreadTest.java226 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/
DCollationThreadTest.java229 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/
Dthread_identity_test.cc80 std::vector<std::thread> threads; in TEST() local
110 std::vector<std::thread> threads; in TEST() local
/third_party/flutter/engine/flutter/fml/synchronization/
Dwaitable_event_unittest.cc74 std::vector<std::thread> threads; in TEST() local
154 std::vector<std::thread> threads; in TEST() local
/third_party/python/Doc/c-api/
Dinit.rst678 .. _threads: target in Process-wide parameters
810 .. _fork-and-threads:
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc47 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/
Dtest-thread-equal.c39 uv_thread_t threads[2]; in TEST_IMPL() local
/third_party/ltp/lib/newlib_tests/
Dtest09.c32 pthread_t threads[THREADS]; in do_test() local
Dtest08.c48 pthread_t threads[THREADS]; in do_test() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dcall_once_test.cc70 std::vector<std::thread> threads; in TEST() local
/third_party/libuv/docs/code/locks/
Dmain.c44 uv_thread_t threads[3]; in main() local
/third_party/icu/icu4c/source/test/intltest/
Dtsmthred.cpp111 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/
DMultithreadingTest.cpp49 std::vector<std::thread> threads(threadCount); in runMultithreadedGLTest() local
112 std::array<std::thread, kThreadCount> threads; in TEST_P() local

12345678