Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/
H A Darch_debug_console.cpp70 static int32 sEarlyBootMessageLock = 0; variable
428 while (atomic_test_and_set(&sEarlyBootMessageLock, 1, 0) != 0) in arch_debug_serial_early_boot_message()
433 atomic_set(&sEarlyBootMessageLock, 0); in arch_debug_serial_early_boot_message()