Home
last modified time | relevance | path

Searched defs:threads (Results 101 – 125 of 1416) sorted by relevance

12345678910>>...57

/aosp_15_r20/art/test/1920-suspend-native-monitor/src/art/
H A DSuspension.java28 public native static int[] suspendList(Thread... threads); in suspendList()
29 public native static int[] resumeList(Thread... threads); in resumeList()
/aosp_15_r20/art/test/1906-suspend-list-me-first/src/art/
H A DSuspension.java28 public native static int[] suspendList(Thread... threads); in suspendList()
29 public native static int[] resumeList(Thread... threads); in resumeList()
/aosp_15_r20/art/test/1915-get-set-local-current-thread/src/art/
H A DSuspension.java28 public native static int[] suspendList(Thread... threads); in suspendList()
29 public native static int[] resumeList(Thread... threads); in resumeList()
/aosp_15_r20/art/test/1932-monitor-events-misc/src/art/
H A DSuspension.java28 public native static int[] suspendList(Thread... threads); in suspendList()
29 public native static int[] resumeList(Thread... threads); in resumeList()
/aosp_15_r20/art/test/1969-force-early-return-void/src/art/
H A DSuspension.java28 public native static int[] suspendList(Thread... threads); in suspendList()
29 public native static int[] resumeList(Thread... threads); in resumeList()
/aosp_15_r20/art/test/1929-exception-catch-exception/src/art/
H A DSuspension.java28 public native static int[] suspendList(Thread... threads); in suspendList()
29 public native static int[] resumeList(Thread... threads); in resumeList()
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp299 [[maybe_unused]] const std::map<pid_t, ThreadInfo>& threads, uint64_t fault_addr) { in maybe_stack_mte_cause()
322 [[maybe_unused]] const std::map<pid_t, ThreadInfo>& threads) { in dump_probable_cause()
639 auto& threads = *tombstone->mutable_threads(); in dump_thread() local
839 const std::map<pid_t, ThreadInfo>& threads, pid_t target_tid, in engrave_tombstone_proto()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DThreadTest.java28 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
83 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
H A DThreadTest.java25 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
80 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dvariable_ops_test.cc31 void ManyManyVariablesHelper(int threads, int variables, in ManyManyVariablesHelper()
60 const int threads = state.range(0); in BM_ManyManyVariablesManyThreads() local
/aosp_15_r20/external/perfetto/ui/src/plugins/org.kernel.SuspendResumeLatency/
H A Dindex.ts37 private readonly threads: ThreadMap, property in SuspendResumeSliceTrack
56 const threads = ctx.plugins.getPlugin(ThreadPlugin).getThreadMap(); constant
/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dprocess_thread_timeline_integrationtest.cc59 auto threads = { in TEST_F() local
96 auto threads = { in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dintra_node_comm.cu465 dim3& threads) { in getLaunchConfig()
526 dim3 blocks, threads; in oneShotAllReduce() local
589 dim3 blocks, threads; in twoShotAllReduce() local
643 dim3 blocks, threads; in hybridCubeMeshAllReduce() local
/aosp_15_r20/external/trusty/lk/app/tests/
Dthread_tests.c199 thread_t *threads[5]; in mutex_test() local
282 thread_t *threads[5]; in event_test() local
431 thread_t *threads[8]; in atomic_test() local
/aosp_15_r20/external/elfutils/tests/
H A Ddwfl-proc-attach.c66 int *threads = (int *) thread_arg; in thread_callback() local
96 int threads = 0; in main() local
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/
H A DShouldNotDeadlockAnswerExecutionTest.java25 ExecutorService threads = Executors.newCachedThreadPool(); in failIfMockIsSharedBetweenThreads() local
51 ExecutorService threads = Executors.newCachedThreadPool(); in successIfEveryThreadHasItsOwnMock() local
/aosp_15_r20/external/eigen/demos/mandelbrot/
H A Dmandelbrot.h45 MandelbrotThread **threads; variable
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/
H A DSessionIT.java44 Thread[] threads = new Thread[numThreads]; in multiThread() local
82 Thread[] threads = new Thread[numThreads]; in multiThreadWithoutNewRequestBlowsUp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dunbounded_thread_pool_test.cc32 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
55 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dio_completion_port.rs77 threads: Vec<WorkerThread<Result<()>>>, field
201 let mut threads = std::mem::take(&mut self.threads); in drop() localVariable
228 let mut threads = vec![]; in new() localVariable
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/resolvers/
H A Dgoogle_c2p_resolver_test.cc67 std::vector<std::unique_ptr<std::thread>> threads; in TEST() local
86 std::vector<std::unique_ptr<std::thread>> threads; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/threads/container/
Dthread_ptr_list_pass.cpp62 thread_ptr_list threads; in main() local
80 thread_ptr_list threads; in main() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DUnconfinedConcurrentStressTest.kt10 private val threads = 4 in <lambda>() constant in kotlinx.coroutines.UnconfinedConcurrentStressTest
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dwork_serializer_test.cc141 std::vector<std::unique_ptr<TestThread>> threads; in TEST() local
204 std::vector<std::unique_ptr<TestThreadScheduleAndDrain>> threads; in TEST() local
257 std::vector<std::thread> threads; in TEST() local

12345678910>>...57