Searched defs:pjob (Results 1 – 1 of 1) sorted by relevance
53 typedef struct pjob pjob; typedef55 struct pjob { struct56 qelem hdr; /* Linked list */57 int pid; /* Process ID of job */58 cb_fun *cb_fun; /* Callback function */59 opaque_t cb_arg; /* Argument for callback */60 int w; /* everyone these days uses int, not a "union wait" */61 wchan_t wchan; /* Wait channel */