Searched refs:SPINLOCK_TYPE_RECURSIVE (Results 1 – 3 of 3) sorted by relevance
13 #define SPINLOCK_TYPE_RECURSIVE 2 macro
83 if (lock->type == SPINLOCK_TYPE_RECURSIVE && lock->cpu == CPU()) { in Spinlock_Lock()
61 Spinlock_Init(&schedLock, "Scheduler Lock", SPINLOCK_TYPE_RECURSIVE); in Thread_Init()