Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DThreadList.cpp100 ThreadList::GetSize (bool can_update) in GetSize()
109 ThreadList::GetThreadAtIndex (uint32_t idx, bool can_update) in GetThreadAtIndex()
122 ThreadList::FindThreadByID (lldb::tid_t tid, bool can_update) in FindThreadByID()
144 ThreadList::FindThreadByProtocolID (lldb::tid_t tid, bool can_update) in FindThreadByProtocolID()
167 ThreadList::RemoveThreadByID (lldb::tid_t tid, bool can_update) in RemoveThreadByID()
190 ThreadList::RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update) in RemoveThreadByProtocolID()
237 ThreadList::FindThreadByIndexID (uint32_t index_id, bool can_update) in FindThreadByIndexID()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBProcess.cpp251 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads() local
522 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex() local
907 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID() local
934 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID() local