Searched defs:interrupt_lock (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c1774 static spinlock_t interrupt_lock = SPIN_LOCK_UNLOCKED; local
1776 spin_lock(&interrupt_lock);
1784 spin_unlock(&interrupt_lock);

Completed in 59 milliseconds