| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 270 ValueLocker locker; in GetError() local 284 ValueLocker locker; in GetID() local 294 ValueLocker locker; in GetName() local 305 ValueLocker locker; in GetTypeName() local 316 ValueLocker locker; in GetDisplayTypeName() local 329 ValueLocker locker; in GetByteSize() local 343 ValueLocker locker; in IsInScope() local 355 ValueLocker locker; in GetValue() local 366 ValueLocker locker; in GetValueType() local 377 ValueLocker locker; in GetObjectDescription() local [all …]
|
| /freebsd-14.2/contrib/ntp/libntp/lib/isc/pthreads/ |
| H A D | mutex.c | 165 locker->file = file; in isc_mutex_lock_profile() 166 locker->line = line; in isc_mutex_lock_profile() 175 if (locker != NULL) { in isc_mutex_lock_profile() 176 locker->count++; in isc_mutex_lock_profile() 180 mp->stats->cur_locker = locker; in isc_mutex_lock_profile() 207 isc_mutexlocker_t *locker; in isc_mutex_statsprofile() local 221 if (locker->file == NULL) in isc_mutex_statsprofile() 224 locker->file, locker->line, locker->count, in isc_mutex_statsprofile() 225 locker->locked_total.tv_sec, in isc_mutex_statsprofile() 227 locker->wait_total.tv_sec, in isc_mutex_statsprofile() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 90 SlotLocker locker(thr); in MutexCreate() local 107 SlotLocker locker(thr); in MutexDestroy() local 148 SlotLocker locker(thr); in MutexPreLock() local 172 SlotLocker locker(thr); in MutexPostLock() local 421 SlotLocker locker(thr); in MutexRepair() local 448 SlotLocker locker(thr); in Acquire() local 459 SlotLocker locker(thr); in AcquireGlobal() local 467 SlotLocker locker(thr); in Release() local 480 SlotLocker locker(thr); in ReleaseStore() local 493 SlotLocker locker(thr); in ReleaseStoreAcquire() local [all …]
|
| H A D | tsan_rtl_thread.cpp | 124 SlotLocker locker(thr); in ThreadCreate() local 228 SlotLocker locker(thr); in ThreadFinish() local 299 SlotLocker locker(thr); in ThreadJoin() local
|
| H A D | tsan_fd.cpp | 129 SlotLocker locker(thr); in init() local 218 SlotLocker locker(thr); in FdClose() local
|
| H A D | tsan_interface_atomic.cpp | 238 SlotLocker locker(thr); in AtomicLoad() local 274 SlotLocker locker(thr); in AtomicStore() local 289 SlotLocker locker(thr); in AtomicRMW() local 423 SlotLocker locker(thr); in AtomicCAS() local
|
| H A D | tsan_rtl.cpp | 573 SlotLocker locker(thr, true); in UnmapShadow() local 958 SlotLocker locker(thr, true); in TraceSwitchPartImpl() local
|
| H A D | tsan_mman.cpp | 275 SlotLocker locker(thr); in OnUserFree() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | LockFileBase.cpp | 62 Status LockFileBase::DoLock(const Locker &locker, const uint64_t start, in DoLock() argument 70 const auto error = locker(start, len); in DoLock()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 210 std::unique_lock<std::recursive_mutex> locker(m_mutex, std::defer_lock); in Disconnect() local 211 if (!locker.try_lock()) { in Disconnect() 226 locker.lock(); in Disconnect() 252 std::unique_lock<std::recursive_mutex> locker(m_mutex, std::defer_lock); in Read() local 253 if (!locker.try_lock()) { in Read()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 321 std::unique_lock<std::recursive_mutex> &locker); 323 std::unique_lock<std::recursive_mutex> &locker);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 265 std::lock_guard<std::mutex> locker(m_mutex); in GetVTableInfo() local 279 std::lock_guard<std::mutex> locker(m_mutex); in GetVTableInfo() local 694 std::lock_guard<std::mutex> locker(m_mutex); in GetDynamicTypeInfo() local 704 std::lock_guard<std::mutex> locker(m_mutex); in SetDynamicTypeInfo() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | LockFileBase.h | 47 Status DoLock(const Locker &locker, const uint64_t start, const uint64_t len);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 85 std::lock_guard<std::mutex> locker(GetGlobalOptionsMapLock()); in GetGlobalEnableOptions() local 97 std::lock_guard<std::mutex> locker(GetGlobalOptionsMapLock()); in SetGlobalEnableOptions() local 1232 std::lock_guard<std::mutex> locker(m_added_breakpoint_mutex); in ModulesDidLoad() local 1570 std::lock_guard<std::mutex> locker(m_added_breakpoint_mutex); in AddInitCompletionHook() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrKL.td | 10 // This file describes the instructions that make up the Intel key locker
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 454 ScriptInterpreterPythonImpl::Locker locker( in Run()
|
| H A D | ScriptInterpreterPython.cpp | 435 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl() local 864 Locker locker( in ExecuteOneLine() local 992 Locker locker(this, in ExecuteOneLineWithReturn() local 1116 Locker locker(this, in ExecuteMultipleLines() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1646 std::lock_guard<std::recursive_mutex> locker(m_script_interpreter_mutex); in GetScriptInterpreter() local
|
| /freebsd-14.2/share/dict/ |
| H A D | web2a | 10833 chain locker 33555 locker plant 50151 school locker 54094 shot locker
|
| H A D | web2 | 107885 locker
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | CommitLog | 23918 - fixed yet another race condition in the threaded resolver code: global locker prototype 23928 - fixed yet another race condition in the threaded resolver code: global locker dummy
|