Symbol: worker_t
usr.bin/dsynth/build.c
1066
startworker(pkg_t *pkg, worker_t *work)
usr.bin/dsynth/build.c
109
worker_t *work;
usr.bin/dsynth/build.c
1107
cleanworker(worker_t *work)
usr.bin/dsynth/build.c
1126
workercomplete(worker_t *work)
usr.bin/dsynth/build.c
116
bzero(WorkerAry, MaxWorkers * sizeof(worker_t));
usr.bin/dsynth/build.c
1277
worker_t *work;
usr.bin/dsynth/build.c
1469
worker_t *work = arg;
usr.bin/dsynth/build.c
1701
childInstallPkgDeps(worker_t *work)
usr.bin/dsynth/build.c
1963
worker_t *work;
usr.bin/dsynth/build.c
2372
dophase(worker_t *work, wmsg_t *wmsg, int wdog, int phaseid, const char *phase)
usr.bin/dsynth/build.c
42
static worker_t WorkerAry[MAXWORKERS];
usr.bin/dsynth/build.c
60
static void startworker(pkg_t *pkg, worker_t *work);
usr.bin/dsynth/build.c
61
static void cleanworker(worker_t *work);
usr.bin/dsynth/build.c
63
static void workercomplete(worker_t *work);
usr.bin/dsynth/build.c
65
static int childInstallPkgDeps(worker_t *work);
usr.bin/dsynth/build.c
68
static void dophase(worker_t *work, wmsg_t *wmsg,
usr.bin/dsynth/build.c
81
static worker_t *SigWork;
usr.bin/dsynth/build.c
814
worker_t *work;
usr.bin/dsynth/dsynth.h
494
void (*update)(worker_t *work, const char *portdir);
usr.bin/dsynth/dsynth.h
497
void (*updateCompletion)(worker_t *work, int dlogid, pkg_t *pkg,
usr.bin/dsynth/dsynth.h
643
void DoWorkerMounts(worker_t *work);
usr.bin/dsynth/dsynth.h
644
void DoWorkerUnmounts(worker_t *work);
usr.bin/dsynth/dsynth.h
653
void RunStatsUpdate(worker_t *work, const char *portdir);
usr.bin/dsynth/dsynth.h
657
void RunStatsUpdateCompletion(worker_t *work, int logid, pkg_t *pkg,
usr.bin/dsynth/html.c
165
HtmlUpdate(worker_t *work, const char *portdir)
usr.bin/dsynth/html.c
389
HtmlUpdateCompletion(worker_t *work, int dlogid, pkg_t *pkg,
usr.bin/dsynth/monitor.c
140
MonitorUpdate(worker_t *work, const char *dummy __unused)
usr.bin/dsynth/monitor.c
143
worker_t copy;
usr.bin/dsynth/monitor.c
56
worker_t work;
usr.bin/dsynth/mount.c
181
DoWorkerMounts(worker_t *work)
usr.bin/dsynth/mount.c
272
DoWorkerUnmounts(worker_t *work)
usr.bin/dsynth/mount.c
320
domount(worker_t *work, int type, const char *spath, const char *dpath,
usr.bin/dsynth/mount.c
39
static void domount(worker_t *work, int type,
usr.bin/dsynth/mount.c
42
static void dounmount(worker_t *work, const char *rpath);
usr.bin/dsynth/mount.c
423
dounmount(worker_t *work, const char *rpath)
usr.bin/dsynth/ncurses.c
245
NCursesUpdate(worker_t *work, const char *portdir)
usr.bin/dsynth/runstats.c
195
RunStatsUpdateCompletion(worker_t *work, int logid, pkg_t *pkg,
usr.bin/dsynth/runstats.c
86
RunStatsUpdate(worker_t *work, const char *portdir)