Home
last modified time | relevance | path

Searched defs:can_update (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DThreadList.cpp89 ThreadList::GetSize (bool can_update) in GetSize()
98 ThreadList::GetThreadAtIndex (uint32_t idx, bool can_update) in GetThreadAtIndex()
111 ThreadList::FindThreadByID (lldb::tid_t tid, bool can_update) in FindThreadByID()
133 ThreadList::FindThreadByProtocolID (lldb::tid_t tid, bool can_update) in FindThreadByProtocolID()
156 ThreadList::RemoveThreadByID (lldb::tid_t tid, bool can_update) in RemoveThreadByID()
179 ThreadList::RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update) in RemoveThreadByProtocolID()
226 ThreadList::FindThreadByIndexID (uint32_t index_id, bool can_update) in FindThreadByIndexID()
/external/lldb/source/API/
DSBProcess.cpp247 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads() local
518 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex() local
856 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID() local
883 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID() local