Home
last modified time | relevance | path

Searched refs:can_update (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h38 uint32_t GetSize(bool can_update = true);
87 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true);
89 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
92 bool can_update = true);
94 lldb::ThreadSP RemoveThreadByID(lldb::tid_t tid, bool can_update = true);
97 bool can_update = true);
99 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp83 uint32_t ThreadList::GetSize(bool can_update) { in GetSize() argument
86 if (can_update) in GetSize()
91 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() argument
94 if (can_update) in GetThreadAtIndex()
103 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID() argument
106 if (can_update) in FindThreadByID()
124 if (can_update) in FindThreadByProtocolID()
142 if (can_update) in RemoveThreadByID()
159 bool can_update) { in RemoveThreadByProtocolID() argument
162 if (can_update) in RemoveThreadByProtocolID()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp192 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads() local
195 num_threads = process_sp->GetThreadList().GetSize(can_update); in GetNumThreads()
393 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex() local
396 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update); in GetThreadAtIndex()
694 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID() local
697 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
712 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID() local
716 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp273 bool can_update = true; in GetRenumberedThreadIds() local
275 thread_os_id, can_update); in GetRenumberedThreadIds()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c95 int can_update; member
2286 if (!r->can_update) in osm_subn_rescan_conf_files()