Searched defs:go (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java84 * @see #go()
108 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the
137 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the
161 * {@link #go()} was already called, or if this consumer is closed
189 * program is already enabled), or if {@link #go()} was already
227 * #go()} has already been called (see {@link Option} for a
243 * #go()} has already been called (see {@link Option} for a
258 * before calling {@link #go()}. See the <a
268 * go()} has already been called (see {@link Option} for a breakdown
273 * <li>{@code go()} ha
370 public void go() throws DTraceException; method in interface:Consumer
382 public void go(ExceptionHandler h) throws DTraceException; method in interface:Consumer
[all...]
H A DLocalConsumer.java332 throw new IllegalStateException("go() already called");
451 throw new IllegalStateException("go() already called");
608 // stop() was called after go() but before the
643 // go() but before starting (the premature return
666 * Creates the background thread started by {@link #go()} to run
700 * Do not start the returned thread, otherwise {@code go()} will
722 go() throws DTraceException method in class:LocalConsumer
724 go(null);
734 go(ExceptionHandler h) throws DTraceException method in class:LocalConsumer
750 throw new IllegalStateException("go() alread
[all...]

Completed in 18 milliseconds