Searched defs:monitor (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c48 void monitor(char *, char *, char *, int, int);
66 #define MSG "No space for monitor buffer(s)\n"
101 monitor(lowpc, highpc, buffer, monsize, cntsiz);
107 * buf: ptr to space for monitor data (WORDs)
112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c51 * (global) monitor init, cleanup for prof(1)iling
60 * monitor() (explicitly or via mcrt[01]'s _start) and, via mcount()'s
92 * + histogram + // by monitor()-caller, even if small;
96 * The first time monitor() is called, it sets up the chain
100 * When a user (or _start from mcrt[01]) calls monitor(), they
114 * When monitor() is called to close up shop, it writes out
121 * NOTE - no block passed to monitor() may be freed, until
126 #pragma weak _monitor = monitor
156 * Only monitor/mcount/mcount_newent/mnewblock() should change these!!
187 * WORD *buffer; ptr to space for monitor dat
193 monitor(int (*alowpc)(void), int (*ahighpc)(void), WORD *buffer, function
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java239 * user specified objectives, monitor workload behaviour and
255 private Monitor monitor; field in class:Poold
681 monitor = new SystemMonitor();
683 solver = new SystemSolver(monitor);
732 monitor.initialize(conf);
827 monitor.getNext();
839 if (solver.examine(monitor)) {
909 * should break out of the monitor/solve loop and clean up.
920 * monitor to break out of its sleep if it's waiting for
H A DSystemSolver.java98 private final Monitor monitor; field in class:SystemSolver
126 SystemSolver(Monitor monitor) argument
132 this.monitor = monitor;
369 * Take advantage of the guaranteed-valid monitor data
571 * If the monitor is
577 * on the monitor
697 utilization = monitor.getUtilization(move
729 monitor
900 return (monitor
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c232 int monitor = 0; local
244 monitor = (!(xflags & XEC_NOSTOP)
247 if (monitor) {
254 allocjob(savebot, cwdget(), monitor);
296 if (monitor)
334 makejob(monitor, !(treeflgs & FAMP));
H A Djobs.c630 allocjob(char *cmd, uchar_t *cwd, int monitor) argument
652 if (monitor) {
684 makejob(int monitor, int fg) argument
686 if (monitor) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c801 int monitor, fd, pv[2]; local
812 if(monitor = (sh_isstate(SH_MONITOR)!=0))
826 if(monitor)
H A Dsubshell.c83 char monitor; member in struct:subshell
546 sp->monitor = (sh_isstate(SH_MONITOR)!=0);
599 if(sp->monitor)

Completed in 62 milliseconds