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 | 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/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/libexec/rtld-elf/ |
H A D | rtld.c | 356 const bool can_update : 1; member 367 LD_ENV_DESC(LIBRARY_PATH, true, .can_update = true), 368 LD_ENV_DESC(LIBRARY_PATH_FDS, true, .can_update = true), 371 LD_ENV_DESC(DEBUG, true, .can_update = true, .debug = true), 374 LD_ENV_DESC(LIBRARY_PATH_RPATH, true, .can_update = true), 376 LD_ENV_DESC(DYNAMIC_WEAK, true, .can_update = true), 378 LD_ENV_DESC(UTRACE, false, .can_update = true), 379 LD_ENV_DESC(DUMP_REL_PRE, false, .can_update = true), 380 LD_ENV_DESC(DUMP_REL_POST, false, .can_update = true), 6457 if (!lvd->can_update || (lvd->unsecure && !trust)) in rtld_set_var()
|
/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()
|