Home
last modified time | relevance | path

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

/sys/kern/
Dsemaphore.c19 Spinlock semaListLock = { 0, 0, 0, 0, 0, 0, 0, 0, "Semaphore List" }; variable
33 Spinlock_Lock(&semaListLock); in Semaphore_Init()
35 Spinlock_Unlock(&semaListLock); in Semaphore_Init()
41 Spinlock_Lock(&semaListLock); in Semaphore_Destroy()
43 Spinlock_Unlock(&semaListLock); in Semaphore_Destroy()
106 Spinlock_Lock(&semaListLock); in Debug_Semaphores()
118 Spinlock_Unlock(&semaListLock); in Debug_Semaphores()