Home | History | Annotate | Download | only in Target

Lines Matching refs:can_update

89 ThreadList::GetSize (bool can_update)
92 if (can_update)
98 ThreadList::GetThreadAtIndex (uint32_t idx, bool can_update)
101 if (can_update)
111 ThreadList::FindThreadByID (lldb::tid_t tid, bool can_update)
115 if (can_update)
133 ThreadList::FindThreadByProtocolID (lldb::tid_t tid, bool can_update)
137 if (can_update)
156 ThreadList::RemoveThreadByID (lldb::tid_t tid, bool can_update)
160 if (can_update)
179 ThreadList::RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update)
183 if (can_update)
226 ThreadList::FindThreadByIndexID (uint32_t index_id, bool can_update)
230 if (can_update)