Searched defs:Pqueue (Results 1 – 1 of 1) sorted by relevance
22 typedef struct Pqueue Pqueue; typedef138 struct Pqueue { /* Proc queue */ struct139 Lock lock;140 Proc *head;141 Proc **tail;