Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/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/liburing/test/
Dpoll-v-poll.c93 pthread_t threads[2]; in do_pipe_pollin_test() local
132 pthread_t threads[2]; in do_pipe_pollout_test() local
172 pthread_t threads[2]; in do_fd_test() local
237 pthread_t threads[2]; in do_test_epoll() local
/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/m133/src/core/
DSkExecutor.cpp77 explicit SkThreadPool(int threads, bool allowBorrowing) : fAllowBorrowing(allowBorrowing) { in SkThreadPool()
146 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads, bool allowBorrowing) { in MakeFIFOThreadPool()
151 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads, bool allowBorrowing) { in MakeLIFOThreadPool()
/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()
/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/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/grpc/test/core/resolver/
Dgoogle_c2p_resolver_test.cc65 std::vector<std::unique_ptr<std::thread>> threads; in TEST() local
84 std::vector<std::unique_ptr<std::thread>> threads; in TEST() local
/third_party/astc-encoder/Test/testlib/
Dencoder.py64 keepOutput=True, threads=None): argument
191 threads=None): argument
267 keepOutput=True, threads=None): argument
369 keepOutput=True, threads=None): argument
/third_party/skia/m133/third_party/externals/harfbuzz/test/
Dmeson.build5 subdir('threads') subdir
/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/grpc/test/core/surface/
Dconcurrent_connectivity_test.cc193 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
221 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
248 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
301 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
/third_party/python/Doc/c-api/
Dinit.rst725 .. _threads: target in Process-wide parameters
857 .. _fork-and-threads:
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dtensordump_utils.h40 std::vector<std::thread> threads; variable
/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/rust/rust/src/tools/miri/tests/pass/concurrency/
Dchannels.rs23 let mut threads = vec![]; in multiple_send() localVariable
/third_party/ltp/lib/newlib_tests/
Dtest09.c32 pthread_t threads[THREADS]; in do_test() local
/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/rust/rust/compiler/rustc_data_structures/src/sync/
Dworker_local.rs38 threads: Lock<usize>, field
79 let mut threads = self.0.threads.lock(); in register() localVariable

12345678910>>...12