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