Searched refs:bootstrap_lock (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp27 static fbl::Mutex bootstrap_lock; variable
60 bootstrap_lock.Acquire();
68 bootstrap_lock.Release();
164 // |bootstrap_lock|. This is released in x86_bootstrap16_release() when the
173 DEBUG_ASSERT(bootstrap_lock.IsHeld());
178 bootstrap_lock.Release();

Completed in 77 milliseconds