Searched refs:psl (Results 1 – 1 of 1) sorted by relevance
241 struct status_list *psl; in pex_wait() local288 psl = XNEW (struct status_list); in pex_wait()289 psl->pid = cpid; in pex_wait()290 psl->status = *status; in pex_wait()292 psl->time = pt; in pex_wait()293 psl->next = (struct status_list *) obj->sysdep; in pex_wait()294 obj->sysdep = (void *) psl; in pex_wait()