Home
last modified time | relevance | path

Searched refs:guard (Results 176 – 200 of 240) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp761 std::lock_guard<std::mutex> guard(g_signal_string_mutex); in GetRemoteUnixSignals() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp595 std::lock_guard<std::recursive_mutex> guard(module_sp->GetMutex()); in GetSectionList() local
H A DDWARFCallFrameInfo.cpp421 std::lock_guard<std::mutex> guard(m_fde_index_mutex); in GetFDEIndex() local
H A DCompactUnwindInfo.cpp246 std::lock_guard<std::mutex> guard(m_mutex); in ScanIndex() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp426 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex()); in Search() local
H A DIOHandlerCursesGUI.cpp5166 std::lock_guard<std::recursive_mutex> guard(thread_list.GetMutex()); in TreeDelegateItemSelected() local
5247 std::lock_guard<std::recursive_mutex> guard(threads.GetMutex()); in TreeDelegateGenerateChildren() local
5278 std::lock_guard<std::recursive_mutex> guard(threads.GetMutex()); in TreeDelegateUpdateSelection() local
6542 std::lock_guard<std::recursive_mutex> guard(threads.GetMutex()); in MenuDelegateAction() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp285 std::lock_guard<std::recursive_mutex> guard(m_debugged_process_mutex); in LaunchProcess() local
3334 std::lock_guard<std::mutex> guard(m_saved_registers_mutex); in Handle_QSaveRegisterState() local
3379 std::lock_guard<std::mutex> guard(m_saved_registers_mutex); in Handle_QRestoreRegisterState() local
4155 std::lock_guard<std::mutex> guard(m_saved_registers_mutex); in GetNextSavedRegistersID() local
H A DGDBRemoteCommunication.cpp620 std::lock_guard<std::recursive_mutex> guard(m_bytes_mutex); in CheckForPacket() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp710 std::lock_guard<std::mutex> guard(m_impl_function_mutex); in SetupDispatchFunction() local
H A DAppleObjCRuntimeV2.cpp2120 std::lock_guard<std::mutex> guard(m_mutex); in UpdateISAToDescriptorMap() local
2364 std::lock_guard<std::mutex> guard(m_mutex); in UpdateISAToDescriptorMap() local
/freebsd/contrib/bmake/mk/
H A DChangeLog72 * subdir.mk: drop the !target guard on $SUBDIR_TARGETS
529 * Ensure guard targets are .NOTMAIN
647 we need to guard against this in DIRDEP_LOADAVG_REPORT.
723 * dirdeps-cache-update.mk: use cache_update_dirdep as guard target
840 it is much safer to guard local depends with a simple check for
998 * gendirdeps.mk: guard against bogus entries in GENDIRDEPS_FILTER
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3051 std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex()); in PrintCommandOutput() local
3057 std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex()); in PrintCommandOutput() local
3098 std::lock_guard<std::recursive_mutex> guard(io_handler.GetOutputMutex()); in IOHandlerInputComplete() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td810 DocBrief<[{#include files may be "skipped" due to include guard optimization
5011 HelpText<"Use the given guard (global, tls) for addressing the stack-protector guard">,
5015 HelpText<"Use the given offset for addressing the stack-protector guard">,
5019 HelpText<"Use the given symbol for addressing the stack-protector guard">,
5023 HelpText<"Use the given reg for addressing the stack-protector guard">,
6856 def fforbid_guard_variables : Flag<["-"], "fforbid-guard-variables">,
6982 : Flag<["-"], "fsanitize-coverage-trace-pc-guard">,
6983 HelpText<"Enable PC tracing with guard in sanitizer coverage">,
8231 def _SLASH_guard : CLJoined<"guard:">,
8232 HelpText<"Enable Control Flow Guard with /guard:cf, or only the table with /guard:cf,nochecks. "
[all …]
/freebsd/sys/vm/
H A Dvm_map.c4681 vm_size_t grow_amount, guard, max_grow, sgp; in vm_map_growstack() local
4733 guard = ((curproc->p_flag2 & P2_STKGAP_DISABLE) != 0 || in vm_map_growstack()
4737 if (guard > max_grow) in vm_map_growstack()
4739 max_grow -= guard; in vm_map_growstack()
/freebsd/sys/kern/
H A Dkern_proc.c2617 bool guard, super; in kern_proc_vmmap_out() local
2690 guard = (entry->eflags & MAP_ENTRY_GUARD) != 0; in kern_proc_vmmap_out()
2728 kve->kve_type = guard ? KVME_TYPE_GUARD : in kern_proc_vmmap_out()
/freebsd/contrib/bmake/
H A DFILES359 unit-tests/directive-include-guard.exp
360 unit-tests/directive-include-guard.mk
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td935 "%0 is used as a header guard here, followed by #define of a different macro">,
936 InGroup<DiagGroup<"header-guard">>;
/freebsd/share/dict/
H A Dweb2a2458 arm guard
2994 axle guard
12949 coin guard
18696 ear guard
19832 face guard
20182 fan guard
22737 foot guard
26400 guard boat
26412 guard pin
38029 Old guard
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def474 /// void __cxa_guard_abort(guard_t *guard);
480 /// int __cxa_guard_acquire(guard_t *guard);
485 /// void __cxa_guard_release(guard_t *guard);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp929 std::lock_guard<std::recursive_mutex> guard(GetModuleMutex()); in ResolveSymbolContext() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp258 std::lock_guard<std::recursive_mutex> guard(s_runnable_info_mutex); in GetRunnableInfo() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1186 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex()); in EvaluateExpression() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3186 std::lock_guard<std::mutex> guard(m_process_input_reader_mutex); in ProcessIOHandlerExists()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp660 std::lock_guard<std::recursive_mutex> guard( in DoExecute() local
/freebsd/sys/contrib/libsodium/
H A DChangeLog346 sodium_malloc() and sodium_allocarray(). These functions add guard

12345678910