HomeSort by relevance Sort by last modified time
    Searched refs:tb_lock (Results 1 - 3 of 3) sorted by null

  /external/qemu/
exec-all.h 347 extern spinlock_t tb_lock;
cpu-exec.c 627 spin_lock(&tb_lock);
649 spin_unlock(&tb_lock);
    [all...]
exec.c 92 spinlock_t tb_lock = SPIN_LOCK_UNLOCKED; variable
    [all...]

Completed in 40 milliseconds