Home
last modified time | relevance | path

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

1234567

/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
Dtest_synchronization.rs21 let threads = in main() localVariable
/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/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/astc-encoder/Test/testlib/
Dencoder.py64 keepOutput=True, threads=None): argument
191 threads=None): argument
264 keepOutput=True, threads=None): argument
366 keepOutput=True, threads=None): argument
/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/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 …]
Dbarrier_test.cc45 std::vector<std::thread> threads; in TEST() local
/third_party/libuv/test/
Dtest-thread-equal.c39 uv_thread_t threads[2]; in TEST_IMPL() local
/third_party/ffmpeg/libavcodec/
Dlibjxl.c33 size_t ff_libjxl_get_threadcount(int threads) in ff_libjxl_get_threadcount()
/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.cpp112 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() local
216 TestArabicShapeThreads threads[30]; in TestArabicShapingThreads() local
1037 TxThread threads[4]; in TestAnyTranslit() local
1204 UnifiedCacheThread *threads[CACHE_LOAD][UPRV_LENGTHOF(gCacheLocales)]; in TestUnifiedCache() local
1293 BreakTranslitThread threads[4]; in TestBreakTranslit() local
1327 TestIncDecThread threads[NUM_THREADS]; in TestIncDec() local
1357 Test20104Thread threads[NUM_THREADS]; in Test20104() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
D2-1.c43 pthread_t threads[THREAD_NUM]; in main() local

1234567