HomeSort by relevance Sort by last modified time
    Searched full:global_cpu_lock (Results 1 - 1 of 1) sorted by null

  /external/qemu/target-i386/
mem_helper.c 29 static spinlock_t global_cpu_lock = SPIN_LOCK_UNLOCKED; variable
33 spin_lock(&global_cpu_lock);
38 spin_unlock(&global_cpu_lock);

Completed in 133 milliseconds