Searched refs:can_update (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | ThreadList.h | 39 uint32_t GetSize(bool can_update = true); 88 lldb::ThreadSP GetThreadAtIndex(uint32_t idx, bool can_update = true); 90 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true); 93 bool can_update = true); 95 lldb::ThreadSP RemoveThreadByID(lldb::tid_t tid, bool can_update = true); 98 bool can_update = true); 100 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ThreadList.cpp | 82 uint32_t ThreadList::GetSize(bool can_update) { in GetSize() argument 85 if (can_update) in GetSize() 90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex() argument 93 if (can_update) in GetThreadAtIndex() 102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID() argument 105 if (can_update) in FindThreadByID() 120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID() argument 123 if (can_update) in FindThreadByProtocolID() 138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID() argument 141 if (can_update) in RemoveThreadByID() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBProcess.cpp | 195 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetNumThreads() local 198 num_threads = process_sp->GetThreadList().GetSize(can_update); in GetNumThreads() 395 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadAtIndex() local 398 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-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| HD | InstrumentationRuntimeTSan.cpp | 275 bool can_update = true; in GetRenumberedThreadIds() local 277 thread_os_id, can_update); in GetRenumberedThreadIds()
|
| /freebsd-13-stable/contrib/ofed/opensm/opensm/ |
| HD | osm_subnet.c | 95 int can_update; member 2286 if (!r->can_update) in osm_subn_rescan_conf_files()
|