Searched refs:Semaphore_Init (Results 1 – 4 of 4) sorted by relevance
21 void Semaphore_Init(Semaphore *sema, int count, const char *name);
25 Semaphore_Init(Semaphore *sema, int count, const char *name) in Semaphore_Init() function
80 Semaphore_Init(&proc->zombieSemaphore, 0, "Zombie Semaphore"); in Process_Create()
489 Semaphore_Init(ðDev->ioSema, 0, "E1000 Semaphore"); in E1000_Configure()