Searched defs:sem_queue (Results 1 – 1 of 1) sorted by relevance
130 struct sem_queue { struct131 struct list_head list; /* queue of pending operations */132 struct task_struct *sleeper; /* this process */133 struct sem_undo *undo; /* undo structure */134 struct pid *pid; /* process id of requesting process */135 int status; /* completion status of operation */136 struct sembuf *sops; /* array of pending operations */137 struct sembuf *blocking; /* the operation that blocked */138 int nsops; /* number of operations */139 bool alter; /* does *sops alter the array? */[all …]
Completed in 8 milliseconds