Home
last modified time | relevance | path

Searched refs:chanListLock (Results 1 – 1 of 1) sorted by relevance

/sys/kern/
Dwaitchannel.c18 Spinlock chanListLock; variable
24 Spinlock_Init(&chanListLock, "WaitChannel List", SPINLOCK_TYPE_NORMAL); in WaitChannel_EarlyInit()
34 Spinlock_Lock(&chanListLock); in WaitChannel_Init()
36 Spinlock_Unlock(&chanListLock); in WaitChannel_Init()
44 Spinlock_Lock(&chanListLock); in WaitChannel_Destroy()
46 Spinlock_Unlock(&chanListLock); in WaitChannel_Destroy()