Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp83 uint32_t ThreadList::GetSize(bool can_update) { in GetSize()
91 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex()
103 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID()
121 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID()
139 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID()
159 bool can_update) { in RemoveThreadByProtocolID()
209 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp192 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads() local
393 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex() local
694 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID() local
712 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp273 bool can_update = true; in GetRenumberedThreadIds() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c95 int can_update; member