Searched defs:tids (Results 1 – 14 of 14) sorted by relevance
52 std::vector<pid_t> tids = GetThreadsInProcess(pid); in ReadProcessMaps() local56 bool MapRecordReader::ReadProcessMaps(pid_t pid, const std::unordered_set<pid_t>& tids, in ReadProcessMaps()
64 void AddTids(const std::set<pid_t>& tids, bool exclude) { in AddTids()405 if (auto tids = GetTidsFromString(*value.str_value, false); tids) { in ParseOptions() local460 void RecordFilter::AddTids(const std::set<pid_t>& tids, bool exclude) { in AddTids()
88 std::vector<pid_t> tids = GetThreadsInProcess(getpid()); in MonitorThreadsInCurrentProcess() local
414 std::set<pid_t> tids; in GetTidsFromString() local
715 if (auto tids = GetTidsFromString(*value.str_value, true); tids) { in ParseOptions() local
1204 if (auto tids = GetTidsFromString(*value.str_value, true); tids) { in ParseOptions() local1527 std::vector<pid_t> tids = GetThreadsInProcess(pid); in DumpMaps() local
688 std::vector<pid_t> tids = GetThreadsInProcess(pid); in PrepareThreads() local
674 if (auto tids = GetTidsFromString(*value.str_value, false); tids) { in ParseOptions() local
42 const std::set<pid_t>& tids() const { return tids_; } in tids() function
101 bool ThreadCaptureImpl::ListThreads(TidList& tids) { in ListThreads()152 TidList tids{allocator_}; in CaptureThreads() local343 bool ThreadCapture::ListThreads(TidList& tids) { in ListThreads()
89 std::vector<pid_t> tids; in get_wchan_data() local
98 std::vector<pid_t>& tids() { return tids_; } in tids() function in android::ThreadListTest
635 std::atomic_int tids[kNumThreads] = {}; in TEST_F() local684 std::atomic_int tids[kNumThreads] = {}; in TEST_F() local
397 std::unordered_map<pid_t, proc> tids; variable