Home
last modified time | relevance | path

Searched defs:threads (Results 26 – 50 of 1416) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_preprocessor.cpp92 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_define_udef() local
178 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_include() local
275 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_line_error() local
316 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_pragma() local
/aosp_15_r20/external/webrtc/rtc_base/synchronization/
H A Dmutex_unittest.cc140 void StartThreads(std::vector<std::unique_ptr<Thread>>& threads, in StartThreads()
151 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
160 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
169 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
/aosp_15_r20/external/liburing/test/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dguard_threaded_test.pass.cpp185 std::vector<std::thread> threads; member
193 ThreadGroup threads; in test_free_for_all() local
214 ThreadGroup threads; in test_waiting_for_init() local
251 ThreadGroup threads; in test_aborted_init() local
290 ThreadGroup threads; in test_completed_init() local
/aosp_15_r20/art/test/911-get-stack-trace/src/art/
H A DThreadListTraces.java30 Thread threads[] = new Thread[N]; in doTest() local
67 public static void printList(Thread[] threads, int max) { in printList()
72 public static native Object[][] getThreadListStackTraces(Thread threads[], int max); in getThreadListStackTraces()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTests.java154 List<Thread> threads = new ArrayList<>(); in testKeyValue_ReadWriteConcurrency() local
194 final List<Thread> threads = new ArrayList<>(); in testKeyValue_ReadRemoveConcurrency() local
236 List<Thread> threads = new ArrayList<>(); in testKeyValue_CacheStarvedWriter() local
507 private static void joinAll(List<Thread> threads, long timeoutMillis) { in joinAll()
/aosp_15_r20/external/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp132 std::vector<std::thread> threads; member
212 ThreadGroup threads; in test_free_for_all() local
239 ThreadGroup threads; in test_waiting_for_init() local
276 ThreadGroup threads; in test_aborted_init() local
323 ThreadGroup threads; in test_completed_init() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp112 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
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A 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
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutMultithreadPerfTest.java57 Thread[] threads = new Thread[numOfThreads]; in startBackgroundThread() local
89 private void finishThreads(Thread[] threads) { in finishThreads()
105 Thread[] threads = startBackgroundThread(numOfTotalThreads - 1); in runRandomTest() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DAllThreadsTest.java73 int threads = reply.getNextValueAsInt(); in testAllThreads003() local
132 int threads = reply.getNextValueAsInt(); in testAllThreads002() local
203 int threads = reply.getNextValueAsInt(); in testAllThreads001() local
/aosp_15_r20/art/test/626-const-class-linking/src/
H A DMain.java123 final Thread[] threads = new Thread[4]; in testRacyLoader() local
157 final Thread[] threads = new Thread[4]; in testRacyLoader2() local
194 final Thread[] threads = new Thread[4]; in testRacyMisbehavingLoader() local
229 final Thread[] threads = new Thread[4]; in testRacyMisbehavingLoader2() local
/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dtest_task_runner.cpp103 std::vector<std::thread> threads; in TEST() local
144 std::vector<std::thread> threads; in TEST() local
185 std::vector<std::thread> threads; in TEST() local
313 std::vector<std::thread> threads; in TEST() local
/aosp_15_r20/external/slf4j/slf4j-api/src/test/java/org/slf4j/basicTests/
H A DDoubleCheckedInt.java61 StateAccessingThread[] threads = new StateAccessingThread[THREAD_COUNT]; in harness() local
75 private static void check(StateAccessingThread[] threads, boolean postInit) { in check()
115 private static int[] getStateCount(StateAccessingThread[] threads) { in getStateCount()
/aosp_15_r20/external/grpc-grpc/test/core/surface/
H A Dconcurrent_connectivity_test.cc195 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
223 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
250 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
303 grpc_core::Thread threads[NUM_THREADS]; in TEST() local
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc130 std::array<std::thread, 2 * TLSType::ItemsPerChunk> threads; in TEST_F() local
197 std::array<std::thread, 2 * TLSType::ItemsPerChunk> threads; in TEST_F() local
274 threads; in TEST_F() local
506 std::array<std::thread, 10> threads; in TEST_F() local
546 std::array<std::thread, 50> threads; in TEST_F() local
610 std::array<std::thread, 50> threads; in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultiLabelMarginCriterion.cu223 dim3 threads(MULTILABELMARGIN_THREADS); in multilabel_margin_loss_forward_out_cuda_template() local
245 dim3 threads(MULTILABELMARGIN_THREADS); in multilabel_margin_loss_forward_out_cuda_template() local
333 dim3 threads(MULTILABELMARGIN_THREADS); in multilabel_margin_loss_backward_cuda_out_template() local
362 dim3 threads(MULTILABELMARGIN_THREADS); in multilabel_margin_loss_backward_cuda_out_template() local
H A DMultiMarginLoss.cu200 dim3 threads(MULTIMARGIN_THREADS); in multi_margin_loss_cuda_out() local
231 dim3 threads(MULTIMARGIN_THREADS); in multi_margin_loss_cuda_out() local
333 dim3 threads(MULTIMARGIN_THREADS); in multi_margin_loss_cuda_backward_out() local
368 dim3 threads(MULTIMARGIN_THREADS); in multi_margin_loss_cuda_backward_out() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp890 void createThreads(vector<TestThread *> &threads, int threadCount, int perThreadContextCount, in createThreads()
909 void destroyThreads(vector<TestThread *> &threads) in destroyThreads()
920 void startThreads(vector<TestThread *> &threads) in startThreads()
926 void joinThreads(vector<TestThread *> &threads) in joinThreads()
932 bool threadResultsOk(const vector<TestThread *> &threads) in threadResultsOk()
1054 vector<TestThread *> threads; in iterate() local
1087 string createTestName(int threads, int perThreadContextCount) in createTestName()
/aosp_15_r20/external/skia/src/core/
H A 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()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A 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
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A 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
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc99 pthread_t threads[kThreads]; in TEST() local
109 pthread_t threads[kThreads]; in TEST() local
119 pthread_t threads[kThreads]; in TEST() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Dtest_events.cpp43 size_t threads[1] = { 1000 }, localThreads[1]; in create_and_execute_kernel() local
598 size_t threads[1] = { 1000 }; in test_event_release_before_done() local
729 size_t threads[1] = { 10 }, localThreads[1] = { 1 }; in test_event_enqueue_marker_with_event_list() local
782 size_t threads[1] = { 10 }, localThreads[1] = { 1 }; in test_event_enqueue_barrier_with_event_list() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc107 pthread_t threads[kThreads]; in TEST() local
118 pthread_t threads[kThreads]; in TEST() local
129 pthread_t threads[kThreads]; in TEST() local

12345678910>>...57