Home
last modified time | relevance | path

Searched defs:threads_ (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/memory_replay/
H A DThreads.h43 Thread* threads_ = nullptr; variable
/aosp12/art/runtime/
H A Dthread_pool.h202 std::vector<ThreadPoolWorker*> threads_; variable
/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpPool.h195 std::vector<std::thread> threads_; variable
/aosp12/system/extras/iotop/
H A Dtaskstats.h83 int threads_; variable
/aosp12/system/extras/simpleperf/
H A Drecord_lib_interface.cpp104 std::set<pid_t> threads_; member in simpleperf::PerfEventSetImpl
H A Devent_selection_set.h207 std::set<pid_t> threads_; variable
/aosp12/system/memory/libmemunreachable/tests/
H A DThreadCapture_test.cpp123 std::vector<std::thread> threads_; member in android::ThreadListTest