Home
last modified time | relevance | path

Searched refs:guard (Results 101 – 125 of 241) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp505 std::lock_guard<decltype(m_mutex)> guard(m_mutex); in ReadKmodsListHeader() local
531 std::lock_guard<decltype(m_mutex)> guard(m_mutex); in ParseKmods() local
677 std::lock_guard<decltype(m_mutex)> guard(m_mutex); in ReadAllKmods() local
763 std::lock_guard<decltype(m_mutex)> guard(m_mutex); in Clear() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h419 ValueGuard(std::mutex &m, bool b) : guard(m, std::adopt_lock), value(b) {} in ValueGuard()
420 std::lock_guard<std::mutex> guard; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp68 std::lock_guard<std::recursive_mutex> guard(GetModuleMutex()); in ResolveSymbolContext() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h371 std::lock_guard<std::mutex> guard(m_mutex); in IsExecutingPython()
376 std::lock_guard<std::mutex> guard(m_mutex); in IncrementLockCount()
381 std::lock_guard<std::mutex> guard(m_mutex); in DecrementLockCount()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h80 std::lock_guard<std::recursive_mutex> guard(m_mutex); in GetSize()
H A DWatchpointList.h167 std::lock_guard<std::recursive_mutex> guard(m_mutex); in GetSize()
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dnew48 #endif // include guard
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h790 std::lock_guard<std::recursive_mutex> guard(m_mutex); in HasChildAtIndex()
795 std::lock_guard<std::recursive_mutex> guard(m_mutex); in GetChildAtIndex()
803 std::lock_guard<std::recursive_mutex> guard(m_mutex); in SetChildAtIndex()
812 std::lock_guard<std::recursive_mutex> guard(m_mutex);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp75 std::lock_guard<std::mutex> guard(m_mutex); in GetCachedData() local
110 std::lock_guard<std::mutex> guard(m_mutex); in SetCachedData() local
H A DIOHandler.cpp122 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in PrintAsync() local
129 std::lock_guard<std::recursive_mutex> guard(m_mutex); in PrintAsync() local
637 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in PrintAsync() local
H A DCommunication.cpp102 std::lock_guard<std::mutex> guard(m_write_mutex); in Write() local
H A DSourceManager.cpp776 llvm::sys::ScopedWriter guard(m_mutex); in AddSourceFile() local
787 llvm::sys::ScopedWriter guard(m_mutex); in RemoveSourceFile() local
815 llvm::sys::ScopedReader guard(m_mutex); in FindSourceFile() local
H A DDebuggerEvents.cpp147 std::lock_guard<std::recursive_mutex> guard(module_sp->GetMutex()); in DoOnRemoval() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp257 std::lock_guard<std::recursive_mutex> guard(g_mutex); in GetHistory() local
1421 std::lock_guard<std::recursive_mutex> guard( in Editline() local
1494 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in Interrupt() local
1505 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in Cancel() local
1520 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in GetLine() local
1565 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in GetLines() local
1595 std::lock_guard<std::recursive_mutex> guard(m_output_mutex); in PrintAsync() local
H A DPseudoTerminal.cpp110 std::lock_guard<std::mutex> guard(mutex); in use_ptsname() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojectquota.cfg39 export PRJGUARD=$TESTDIR/guard
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dawinic,aw8738.yaml14 (set using one-wire pulse control). The mode configures the speaker-guard
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc85 // Shift the significands to give us round, guard and sticky, and set the
141 // Low three bits are round, guard, and sticky.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interface_internal.h57 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(__sanitizer::u32 *guard);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp54 std::lock_guard<std::mutex> guard(GetLanguagesMutex()); in FindPlugin() local
116 std::lock_guard<std::mutex> guard(GetLanguagesMutex()); in ForEach() local
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,rmtfs-mem.yaml29 qcom,use-guard-pages:
/freebsd/share/examples/ipfilter/
H A Dfirewall.12 # This is an example of a very light firewall used to guard against
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1712 guard = self.GuardName(name)
1723 guard,
1724 guard,
1740 guard = self.GuardName(name)
1741 return "#endif /* %s */" % (guard)
/freebsd/contrib/libevent/
H A Devent_rpcgen.py1712 guard = self.GuardName(name)
1723 guard,
1724 guard,
1740 guard = self.GuardName(name)
1741 return "#endif /* %s */" % (guard)

12345678910