Home
last modified time | relevance | path

Searched refs:thread_lock_guard (Results 1 – 7 of 7) sorted by relevance

/kernel/arch/arm64/
A Ddebugger.cpp29 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_general_regs() local
50 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_general_regs() local
71 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_single_step() local
87 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_single_step() local
117 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_vector_regs() local
131 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_vector_regs() local
146 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_debug_regs() local
181 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_debug_regs() local
/kernel/arch/x86/
A Ddebugger.cpp125 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in x86_get_set_vector_regs() local
204 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_general_regs() local
228 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_general_regs() local
262 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_single_step() local
287 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_single_step() local
319 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_fp_regs() local
339 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_fp_regs() local
379 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_debug_regs() local
395 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_set_debug_regs() local
435 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in arch_get_x86_register_fs() local
[all …]
/kernel/object/
A Dfutex_node.cpp157 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in BlockThread() local
190 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in WakeThread() local
/kernel/kernel/
A Ddebug.cpp210 Guard<spin_lock_t, NoIrqSave> thread_lock_guard{ThreadLock::Get()}; in cmd_threadload() local
269 Guard<spin_lock_t, NoIrqSave> thread_lock_guard{ThreadLock::Get()}; in cmd_threadq() local
/kernel/vm/
A Dvmm.cpp89 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in vmm_set_active_aspace() local
A Dvm_aspace.cpp534 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in AttachToThread() local
/kernel/syscalls/
A Dobject.cpp461 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in sys_object_get_info() local

Completed in 29 milliseconds