Lines Matching defs:can_update
82 uint32_t ThreadList::GetSize(bool can_update) {
85 if (can_update)
90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) {
93 if (can_update)
102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) {
105 if (can_update)
120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) {
123 if (can_update)
138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) {
141 if (can_update)
158 bool can_update) {
161 if (can_update)
208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) {
211 if (can_update)