Searched refs:can_update (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | 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/contrib/llvm-project/lldb/source/Target/ |
| H A D | 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/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 709 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByID() local 712 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID() 727 const bool can_update = stop_locker.TryLock(&process_sp->GetRunLock()); in GetThreadByIndexID() local 731 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 375 const bool can_update : 1; member 383 LD_ENV_DESC(BIND_NOW, false, .can_update = true, 387 LD_ENV_DESC(LIBRARY_PATH, true, .can_update = true, 389 LD_ENV_DESC(LIBRARY_PATH_FDS, true, .can_update = true, 391 LD_ENV_DESC(LIBMAP_DISABLE, true, .can_update = true, 393 LD_ENV_DESC(BIND_NOT, true, .can_update = true, 395 LD_ENV_DESC(DEBUG, true, .can_update = true, 398 LD_ENV_DESC(LOADFLTR, true, .can_update = true, 400 LD_ENV_DESC(LIBRARY_PATH_RPATH, true, .can_update = true, 403 LD_ENV_DESC(DYNAMIC_WEAK, true, .can_update = true, [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 275 bool can_update = true; in GetRenumberedThreadIds() local 277 thread_os_id, can_update); in GetRenumberedThreadIds()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_subnet.c | 95 int can_update; member 2286 if (!r->can_update) in osm_subn_rescan_conf_files()
|