Home
last modified time | relevance | path

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

123

/system/extras/memory_replay/tests/
DThreadsTest.cpp27 Threads threads(&pointers, 1); in TEST() local
48 Threads threads(&pointers, 1); in TEST() local
91 Threads threads(&pointers, 1); in TEST() local
126 Threads threads(&pointers, 1); in TestTooManyThreads() local
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp75 std::map<pid_t, ThreadInfo> threads; in engrave_tombstone_ucontext() local
126 const std::map<pid_t, ThreadInfo>& threads, pid_t target_thread, in engrave_tombstone()
/system/core/libutils/
DProcessCallStack_fuzz.cpp36 std::vector<std::thread> threads = std::vector<std::thread>(); in spawnThreads() local
/system/memory/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
186 std::vector<std::thread> threads; in TEST() local
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_proto_to_text_test.cpp56 auto& threads = *tombstone_->mutable_threads(); in SetUp() local
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DRecordOptions.java91 public RecordOptions setSampleThreads(@NonNull List<Integer> threads) { in setSampleThreads()
/system/security/keystore2/selinux/src/
Dconcurrency_test.rs78 let mut threads: Vec<thread::JoinHandle<()>> = Vec::new(); in test_concurrent_check_access() localVariable
/system/core/debuggerd/client/
Ddebuggerd_client_test.cpp64 std::vector<std::thread> threads; in TEST() local
/system/extras/memory_replay/
Dmain.cpp118 Threads threads(&pointers, max_threads); in ProcessDump() local
DThreads.cpp109 for (size_t i = 0, threads = 0; threads < num_threads_; i++) { in WaitForAllToQuiesce() local
/system/memory/libmemunreachable/
DThreadCapture.cpp323 bool ThreadCaptureImpl::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
359 bool ThreadCapture::CapturedThreadInfo(ThreadInfoList& threads) { in CapturedThreadInfo()
/system/extras/libfec/
Dfec_process.cpp49 int threads = sysconf(_SC_NPROCESSORS_ONLN); in process() local
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp89 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F() local
100 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F() local
/system/extras/iotop/
Dtaskstats.h47 int threads() const { return threads_; } in threads() function
/system/unwinding/libunwindstack/tests/
DMapInfoGetLoadBiasTest.cpp97 std::vector<std::thread*> threads; in MultipleThreadTest() local
DMapInfoTest.cpp153 std::vector<std::thread*> threads; in TEST() local
DUnwindTest.cpp450 std::vector<std::thread*> threads; in TEST_F() local
613 std::vector<std::thread*> threads; in TEST_F() local
636 std::vector<std::thread*> threads; in TEST_F() local
685 std::vector<std::thread*> threads; in TEST_F() local
DMapInfoGetBuildIDTest.cpp96 std::vector<std::thread*> threads; in MultipleThreadTest() local
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_verify.cpp196 std::vector<std::future<bool>> threads; in VerifyPartition() local
Dsnapuserd_core.cpp300 std::vector<std::future<bool>> threads; in Start() local
/system/core/libutils/binder/
DRefBase_fuzz.cpp171 std::vector<std::thread> threads = std::vector<std::thread>(); in spawnThreads() local
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp48 std::vector<pid_t> threads; member in simpleperf::RecordOptionsImpl
80 RecordOptions& RecordOptions::SetSampleThreads(const std::vector<pid_t>& threads) { in SetSampleThreads()
/system/extras/verity/fec/
Dimage.cpp355 int threads = ctx->threads; in image_process() local
/system/extras/simpleperf/
Drecord_lib_interface.cpp86 bool MonitorThreadsInCurrentProcess(const std::vector<pid_t>& threads) override { in MonitorThreadsInCurrentProcess()

123