Searched refs:ints_disabled (Results 1 – 2 of 2) sorted by relevance
181 bool ints_disabled = arch_ints_disabled(); in mp_sync_exec() local195 if (ints_disabled) { in mp_sync_exec()
276 bool ints_disabled = arch_ints_disabled(); in thread_resume() local278 if (!ints_disabled) { // HACK, don't resced into bootstrap thread before idle thread is set up in thread_resume()
Completed in 10 milliseconds