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 343 extern spinlock_t tb_lock;
cpu-exec.c 582 spin_lock(&tb_lock);
610 spin_unlock(&tb_lock);
    [all...]
exec.c 90 spinlock_t tb_lock = SPIN_LOCK_UNLOCKED; variable
    [all...]

Completed in 552 milliseconds