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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp82 uint32_t ThreadList::GetSize(bool can_update) { argument
85 if (can_update)
90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { argument
93 if (can_update)
102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { argument
105 if (can_update)
120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { argument
123 if (can_update)
138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { argument
141 if (can_update)
157 RemoveThreadByProtocolID(lldb::tid_t tid, bool can_update) argument
208 FindThreadByIndexID(uint32_t index_id, bool can_update) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp200 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); local
203 num_threads = process_sp->GetThreadList().GetSize(can_update);
437 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); local
440 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update);
733 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); local
736 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update);
752 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); local
756 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp276 bool can_update = true;
278 thread_os_id, can_update);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c95 int can_update; member in struct:opt_rec
2286 if (!r->can_update)

Completed in 81 milliseconds