/aosp_15_r20/art/test/1920-suspend-native-monitor/src/art/ |
H A D | Suspension.java | 28 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 D | Suspension.java | 28 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 D | Suspension.java | 28 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 D | Suspension.java | 28 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 D | Suspension.java | 28 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 D | Suspension.java | 28 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 D | tombstone_proto.cpp | 299 [[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 D | ThreadTest.java | 28 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 D | ThreadTest.java | 25 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 D | variable_ops_test.cc | 31 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 D | index.ts | 37 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 D | process_thread_timeline_integrationtest.cc | 59 auto threads = { in TEST_F() local 96 auto threads = { in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/marl/src/ |
H A D | marl_bench.h | 68 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 D | intra_node_comm.cu | 465 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/ |
D | thread_tests.c | 199 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 D | dwfl-proc-attach.c | 66 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 D | ShouldNotDeadlockAnswerExecutionTest.java | 25 ExecutorService threads = Executors.newCachedThreadPool(); in failIfMockIsSharedBetweenThreads() local 51 ExecutorService threads = Executors.newCachedThreadPool(); in successIfEveryThreadHasItsOwnMock() local
|
/aosp_15_r20/external/eigen/demos/mandelbrot/ |
H A D | mandelbrot.h | 45 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 D | SessionIT.java | 44 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 D | unbounded_thread_pool_test.cc | 32 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 D | io_completion_port.rs | 77 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 D | google_c2p_resolver_test.cc | 67 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/ |
D | thread_ptr_list_pass.cpp | 62 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 D | UnconfinedConcurrentStressTest.kt | 10 private val threads = 4 in <lambda>() constant in kotlinx.coroutines.UnconfinedConcurrentStressTest
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | work_serializer_test.cc | 141 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
|