Searched refs:thread_lock_guard (Results 1 – 7 of 7) sorted by relevance
| /kernel/arch/arm64/ |
| A D | debugger.cpp | 29 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 D | debugger.cpp | 125 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 D | futex_node.cpp | 157 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 D | debug.cpp | 210 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 D | vmm.cpp | 89 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in vmm_set_active_aspace() local
|
| A D | vm_aspace.cpp | 534 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in AttachToThread() local
|
| /kernel/syscalls/ |
| A D | object.cpp | 461 Guard<spin_lock_t, IrqSave> thread_lock_guard{ThreadLock::Get()}; in sys_object_get_info() local
|
Completed in 18 milliseconds