Home
last modified time | relevance | path

Searched refs:locker (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp270 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 Dmutex.c165 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 Dtsan_rtl_mutex.cpp90 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 Dtsan_rtl_thread.cpp124 SlotLocker locker(thr); in ThreadCreate() local
228 SlotLocker locker(thr); in ThreadFinish() local
299 SlotLocker locker(thr); in ThreadJoin() local
H A Dtsan_fd.cpp129 SlotLocker locker(thr); in init() local
218 SlotLocker locker(thr); in FdClose() local
H A Dtsan_interface_atomic.cpp238 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 Dtsan_rtl.cpp573 SlotLocker locker(thr, true); in UnmapShadow() local
958 SlotLocker locker(thr, true); in TraceSwitchPartImpl() local
H A Dtsan_mman.cpp275 SlotLocker locker(thr); in OnUserFree() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp62 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 DConnectionFileDescriptorPosix.cpp210 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 DExecutionContext.h321 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 DItaniumABILanguageRuntime.cpp265 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 DLockFileBase.h47 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 DStructuredDataDarwinLog.cpp85 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 DX86InstrKL.td10 // 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 DScriptInterpreterPythonImpl.h454 ScriptInterpreterPythonImpl::Locker locker( in Run()
H A DScriptInterpreterPython.cpp435 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 DDebugger.cpp1646 std::lock_guard<std::recursive_mutex> locker(m_script_interpreter_mutex); in GetScriptInterpreter() local
/freebsd-14.2/share/dict/
H A Dweb2a10833 chain locker
33555 locker plant
50151 school locker
54094 shot locker
H A Dweb2107885 locker
/freebsd-14.2/contrib/ntp/
H A DCommitLog23918 - 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