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

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingDomainListener.java46 /** Use this to schedule DomainListener callbacks via SwingUtilities.invokeAndWait(). */
59 this.schedule();
71 this.schedule();
82 this.schedule();
96 protected void schedule() method in class:SwingDomainListener
H A DSwingResolveListener.java49 /** Use this to schedule ResolveListener callbacks via SwingUtilities.invokeAndWait(). */
61 this.schedule();
75 this.schedule();
87 protected void schedule() method in class:SwingResolveListener
H A DSwingBrowseListener.java46 /** Use this to schedule BrowseListener callbacks via SwingUtilities.invokeAndWait(). */
59 this.schedule();
74 this.schedule();
88 this.schedule();
102 protected void schedule() method in class:SwingBrowseListener
H A DSwingQueryListener.java46 /** Use this to schedule QueryListener callbacks via SwingUtilities.invokeAndWait(). */
58 this.schedule();
73 this.schedule();
85 protected void schedule() method in class:SwingQueryListener
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h115 tnf_schedule_t schedule; member in struct:_tnf_ops
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h91 tnf_schedule_t schedule; /* scheduling info */ member in struct:_tnf_ops
95 * File layout of a kernel schedule record
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dschedule.c74 * schedule() - SCHEDULE BY EVENT
79 schedule(int event, ...) function
94 * schedule anything.
96 syslog(LOG_DEBUG, "schedule(%s)", _event_name(event));
117 schedule (EV_LATER, 1, event, pps);
123 schedule (EV_LATER, 1, event, prs);
128 schedule (EV_LATER, 1, event, pps);
133 schedule (EV_LATER, 1, event, pfs);
267 * be scheduled to another list. Then we schedule the
292 schedule (p
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c135 int64_t now, schedule; local
199 schedule = now + MSEC_TO_TICK(tcps->tcps_time_wait_interval);
200 tcp->tcp_time_wait_expire = schedule;
217 schedule += MSEC_TO_TICK(TCP_TIME_WAIT_DELAY);
218 schedule -= schedule % MSEC_TO_TICK(TCP_TIME_WAIT_DELAY);
221 * The newly inserted entry may require a tighter schedule for the
224 if (schedule < tsp->tcp_time_wait_schedule) {
227 tsp->tcp_time_wait_schedule = schedule;
231 TICK_TO_NSEC(schedule
[all...]

Completed in 48 milliseconds