Home
last modified time | relevance | path

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

12

/system/extras/memory_replay/tests/
DThreadsTest.cpp27 Threads threads(&pointers, 1); in TEST() local
47 Threads threads(&pointers, 1); in TEST() local
89 Threads threads(&pointers, 1); in TEST() local
115 Threads threads(&pointers, 1); in TestTooManyThreads() local
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DRecordOptions.java81 public RecordOptions setSampleThreads(List<Integer> threads) { in setSampleThreads()
168 private ArrayList<Integer> threads = new ArrayList<>(); field in RecordOptions
/system/core/libmemunreachable/tests/
DThreadCapture_test.cpp56 void StartThreads(unsigned int threads, Function&& func) { in StartThreads()
144 const unsigned int threads = GetParam() - 1; in TEST_P() local
210 const unsigned int threads = GetParam(); in TEST_P() local
/system/core/init/
Dueventd_test.cpp55 std::vector<std::thread> threads; in WriteFromMultipleThreads() local
190 std::vector<std::thread> threads; in TEST() local
/system/core/debuggerd/client/
Ddebuggerd_client_test.cpp60 std::vector<std::thread> threads; in TEST() local
/system/tools/hidl/test/lazy_test/
Dmain.cpp87 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST() local
/system/extras/memory_replay/
Dmain.cpp72 Threads threads(&pointers, max_threads); in ProcessDump() local
DThreads.cpp114 for (size_t i = 0, threads = 0; threads < num_threads_; i++) { in WaitForAllToQuiesce() local
/system/core/libmemunreachable/
DThreadCapture.cpp323 bool ThreadCaptureImpl::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
359 bool ThreadCapture::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
DMemUnreachable.cpp86 bool MemUnreachable::CollectAllocations(const allocator::vector<ThreadInfo>& threads, in CollectAllocations()
/system/extras/iotop/
Dtaskstats.h47 int threads() const { return threads_; } in threads() function
/system/extras/libfec/
Dfec_process.cpp54 int threads = sysconf(_SC_NPROCESSORS_ONLN); in process() local
/system/core/libunwindstack/tests/
DMapInfoGetLoadBiasTest.cpp96 std::vector<std::thread*> threads; in MultipleThreadTest() local
DMapInfoGetBuildIDTest.cpp96 std::vector<std::thread*> threads; in MultipleThreadTest() local
DMapInfoGetElfTest.cpp340 std::vector<std::thread*> threads; in TEST_F() local
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp46 std::vector<pid_t> threads; member in simpleperf::RecordOptionsImpl
79 RecordOptions& RecordOptions::SetSampleThreads(const std::vector<pid_t> &threads) { in SetSampleThreads()
/system/extras/simpleperf/
Devent_selection_set.h119 void AddMonitoredThreads(const std::set<pid_t>& threads) { in AddMonitoredThreads()
Drecord_lib_interface.cpp84 bool MonitorThreadsInCurrentProcess(const std::vector<pid_t>& threads) override { in MonitorThreadsInCurrentProcess()
Dthread_tree.cpp336 std::vector<const ThreadEntry*> threads; in GetAllThreads() local
Dcmd_trace_sched.cpp67 std::vector<const ThreadInfo*> threads; member
Dcmd_report_sample.cpp649 std::vector<const ThreadEntry*> threads = thread_tree_.GetAllThreads(); in PrintThreadInfoInProtobuf() local
/system/extras/verity/fec/
Dimage.cpp355 int threads = ctx->threads; in image_process() local
Dimage.h53 int threads; member
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp638 std::map<pid_t, ThreadInfo> threads; in engrave_tombstone_ucontext() local
659 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
/system/core/debuggerd/
Dcrash_dump.cpp441 std::set<pid_t> threads; in main() local

12