| /system/extras/memory_replay/tests/ |
| D | ThreadsTest.cpp | 27 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/core/libmemunreachable/tests/ |
| D | ThreadCapture_test.cpp | 54 void StartThreads(unsigned int threads, Function&& func) { in StartThreads() 142 const unsigned int threads = GetParam() - 1; in TEST_P() local 208 const unsigned int threads = GetParam(); in TEST_P() local
|
| /system/core/debuggerd/client/ |
| D | debuggerd_client_test.cpp | 60 std::vector<std::thread> threads; in TEST() local
|
| /system/core/libsync/ |
| D | sync_test.c | 79 pthread_t threads[4]; in main() local
|
| /system/extras/memory_replay/ |
| D | main.cpp | 72 Threads threads(&pointers, max_threads); in ProcessDump() local
|
| D | Threads.cpp | 114 for (size_t i = 0, threads = 0; threads < num_threads_; i++) { in WaitForAllToQuiesce() local
|
| /system/core/libmemunreachable/ |
| D | ThreadCapture.cpp | 323 bool ThreadCaptureImpl::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo() 359 bool ThreadCapture::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
|
| D | MemUnreachable.cpp | 86 bool MemUnreachable::CollectAllocations(const allocator::vector<ThreadInfo>& threads, in CollectAllocations()
|
| /system/extras/iotop/ |
| D | taskstats.h | 44 int threads() const { return threads_; } in threads() function
|
| /system/core/init/ |
| D | ueventd_test.cpp | 51 std::vector<std::thread> threads; in WriteFromMultipleThreads() local
|
| /system/extras/libfec/ |
| D | fec_process.cpp | 54 int threads = sysconf(_SC_NPROCESSORS_ONLN); in process() local
|
| /system/core/debuggerd/libdebuggerd/ |
| D | backtrace.cpp | 77 const std::map<pid_t, std::string>& threads, std::string* amfd_data) { in dump_backtrace()
|
| D | tombstone.cpp | 664 const std::map<pid_t, std::string>& threads, uintptr_t abort_msg_address) { in dump_crash() 752 const std::map<pid_t, std::string>& threads, uintptr_t abort_msg_address, in engrave_tombstone()
|
| /system/extras/simpleperf/ |
| D | event_selection_set.h | 96 void AddMonitoredThreads(const std::set<pid_t>& threads) { in AddMonitoredThreads()
|
| D | record_lib_interface.cpp | 84 bool MonitorThreadsInCurrentProcess(const std::vector<pid_t>& threads) override { in MonitorThreadsInCurrentProcess()
|
| D | thread_tree.cpp | 331 std::vector<const ThreadEntry*> threads; in GetAllThreads() local
|
| D | cmd_report_sample.cpp | 521 std::vector<const ThreadEntry*> threads = thread_tree_.GetAllThreads(); in PrintThreadInfoInProtobuf() local
|
| D | cmd_record.cpp | 828 std::vector<pid_t> threads = GetThreadsInProcess(pid); in DumpThreadCommAndMmaps() local
|
| /system/extras/verity/fec/ |
| D | image.cpp | 355 int threads = ctx->threads; in image_process() local
|
| D | image.h | 53 int threads; member
|
| /system/core/debuggerd/ |
| D | crash_dump.cpp | 292 std::map<pid_t, std::string> threads; in main() local
|
| /system/extras/tests/memtest/ |
| D | bandwidth.cpp | 259 pthread_t threads[num_threads]; in runThreadedTest() local
|
| /system/netd/tests/ |
| D | netd_test.cpp | 237 std::vector<std::thread> threads(num_threads); in RunGetAddrInfoStressTest_Binder() local 567 std::vector<std::thread> threads(10); in TEST_F() local
|
| /system/core/libsync/tests/ |
| D | sync_test.cpp | 493 vector<thread> threads; in TEST_P() local
|
| /system/core/adb/ |
| D | adb.cpp | 867 const HANDLE threads[] = { stdout_thread.get(), stderr_thread.get() }; in launch_server() local
|