/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/init/ |
D | ueventd_test.cpp | 56 std::vector<std::thread> threads; in WriteFromMultipleThreads() local 191 std::vector<std::thread> threads; in TEST() 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/extras/libfec/ |
D | fec_process.cpp | 54 int threads = sysconf(_SC_NPROCESSORS_ONLN); in process() local
|
/system/core/libunwindstack/tests/ |
D | MapInfoGetLoadBiasTest.cpp | 96 std::vector<std::thread*> threads; in MultipleThreadTest() local
|
D | UnwindTest.cpp | 323 std::vector<std::thread*> threads; in TEST_F() local
|
D | MapInfoGetElfTest.cpp | 375 std::vector<std::thread*> threads; in TEST_F() local
|
/system/extras/verity/fec/ |
D | image.cpp | 354 int threads = ctx->threads; in image_process() local
|
D | image.h | 53 int threads; member
|
/system/extras/simpleperf/ |
D | record_lib_interface.cpp | 84 bool MonitorThreadsInCurrentProcess(const std::vector<pid_t>& threads) override { in MonitorThreadsInCurrentProcess()
|
D | event_selection_set.h | 111 void AddMonitoredThreads(const std::set<pid_t>& threads) { in AddMonitoredThreads()
|
D | thread_tree.cpp | 342 std::vector<const ThreadEntry*> threads; in GetAllThreads() local
|
D | cmd_report_sample.cpp | 581 std::vector<const ThreadEntry*> threads = thread_tree_.GetAllThreads(); in PrintThreadInfoInProtobuf() local
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 606 std::map<pid_t, ThreadInfo> threads; in engrave_tombstone_ucontext() local 628 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 396 std::set<pid_t> 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 | 239 std::vector<std::thread> threads(num_threads); in RunGetAddrInfoStressTest_Binder() local 615 std::vector<std::thread> threads(10); in TEST_F() local
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 528 vector<thread> threads; in TEST_P() local
|