Searched refs:keyLock (Results 1 – 2 of 2) sorted by relevance
32 Spinlock_Init(&consoles.keyLock, "Console Keyboard Lock", SPINLOCK_TYPE_NORMAL); in Console_Init()50 Spinlock_Lock(&consoles.keyLock); in Console_Getc()54 Spinlock_Unlock(&consoles.keyLock); in Console_Getc()57 Spinlock_Unlock(&consoles.keyLock); in Console_Getc()77 Spinlock_Lock(&consoles.keyLock); in Console_EnqueueKey()79 Spinlock_Unlock(&consoles.keyLock); in Console_EnqueueKey()84 Spinlock_Unlock(&consoles.keyLock); in Console_EnqueueKey()
27 Spinlock keyLock; member