Home
last modified time | relevance | path

Searched defs:pjob (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsched.c53 typedef struct pjob pjob; typedef
55 struct pjob { struct
56 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 */