Searched defs:can_update (Results 1 – 5 of 5) sorted by relevance
82 uint32_t ThreadList::GetSize(bool can_update) { in GetSize()90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex()102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID()120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID()138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID()158 bool can_update) { in RemoveThreadByProtocolID()208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID()
195 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads() local395 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex() local694 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID() local712 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID() local
275 bool can_update = true; in GetRenumberedThreadIds() local
95 int can_update; member
356 const bool can_update : 1; member