Searched refs:scheduler (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginMainThreadScheduler.cpp32 PluginMainThreadScheduler& PluginMainThreadScheduler::scheduler() function in class:WebCore::PluginMainThreadScheduler
34 DEFINE_STATIC_LOCAL(PluginMainThreadScheduler, scheduler, ());
36 return scheduler;
H A DPluginMainThreadScheduler.h44 static PluginMainThreadScheduler& scheduler();
H A Dnpapi.cpp185 PluginMainThreadScheduler::scheduler().scheduleCall(instance, reinterpret_cast<PluginMainThreadScheduler::MainThreadFunction*>(func), userData);
H A DPluginView.cpp241 PluginMainThreadScheduler::scheduler().registerPlugin(m_instance);
259 PluginMainThreadScheduler::scheduler().unregisterPlugin(m_instance);
375 PluginMainThreadScheduler::scheduler().unregisterPlugin(m_instance);
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DNetworkProcess.cpp235 NetworkResourceLoadScheduler& scheduler = NetworkProcess::shared().networkResourceLoadScheduler(); local
239 data.statisticsNumbers.set("HostsPendingCount", scheduler.hostsPendingCount());
240 data.statisticsNumbers.set("HostsActiveCount", scheduler.hostsActiveCount());
241 data.statisticsNumbers.set("LoadsPendingCount", scheduler.loadsPendingCount());
242 data.statisticsNumbers.set("LoadsActiveCount", scheduler.loadsActiveCount());
H A DNetworkResourceLoadScheduler.cpp144 NetworkResourceLoadScheduler* scheduler = static_cast<NetworkResourceLoadScheduler*>(context); local
145 scheduler->removeScheduledLoaders();
/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched.c72 &pktsched_verbose, 0, "Packet scheduler verbosity level");
131 pktsched_setup(struct ifclassq *ifq, u_int32_t scheduler, u_int32_t sflags) argument
141 /* Nothing to do unless the scheduler type changes */
142 if (ifq->ifcq_type == scheduler)
158 * they may be cleared when we tear down existing scheduler.
174 switch (scheduler) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/altq/
H A Daltq_subr.c213 switch (a->scheduler) {
257 switch (a->scheduler) {
298 switch (a->scheduler) {
339 switch (a->scheduler) {
380 switch (a->scheduler) {
422 switch (a->scheduler) {
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoadScheduler.h67 explicit Suspender(ResourceLoadScheduler& scheduler) : m_scheduler(scheduler) { m_scheduler.suspendPendingRequests(); } argument
/macosx-10.9.5/cups-372.4/cups/
H A DMakefile112 $(RM) scheduler/cups.sh scheduler/cups-lpd.xinetd
113 $(RM) scheduler/org.cups.cups-lpd.plist scheduler/cups.xml
272 for dir in cgi-bin cups filter ppdc scheduler; do\
278 for dir in cgi-bin cups filter ppdc scheduler; do\
315 for dir in cups scheduler; do \
H A DMakedefs.in53 # Default user, group, and system groups for the scheduler...
145 -L../scheduler @LDARCHFLAGS@ \
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A DMakefile35 scheduler.py \
H A Dxnu.py626 from scheduler import *
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebPlatformStrategies.cpp218 static ResourceLoadScheduler* scheduler; local
219 if (!scheduler) {
221 scheduler = &WebProcess::shared().webResourceLoadScheduler();
223 scheduler = WebCore::resourceLoadScheduler();
226 return scheduler;
/macosx-10.9.5/cups-372.4/cups/packaging/
H A Dcups.list.in262 f 0555 root sys $SBINDIR/cupsd scheduler/cupsd
294 f 0555 root sys $SERVERBIN/daemon/cups-deviced scheduler/cups-deviced
295 f 0555 root sys $SERVERBIN/daemon/cups-driverd scheduler/cups-driverd
311 f 0555 root sys $SERVERBIN/daemon/cups-lpd scheduler/cups-lpd
370 f 0555 root sys $LIBDIR/libcupsmime.sl.1 scheduler/libcupsmime.sl.1 nostrip()
378 f 0555 root sys $LIBDIR/libcupsmime_s.a scheduler/libcupsmime_s.a nostrip()
387 f 0555 root sys $LIBDIR/libcupsmime.1.dylib scheduler/libcupsmime.1.dylib nostrip()
398 f 0555 root sys $LIBDIR/libcupsmime.so.1 scheduler/libcupsmime.so.1 nostrip()
704 f 0444 root sys /System/Library/LaunchDaemons/org.cups.cupsd.plist scheduler/org.cups.cupsd.plist
717 f 0444 root sys /System/Library/LaunchDaemons/org.cups.cups-lpd.plist scheduler/or
[all...]
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dif.c1359 u_int32_t scheduler; local
1412 scheduler = ifcqs->ifqs_scheduler;
1413 tcq = (scheduler == PKTSCHEDT_TCQ);
1421 (scheduler != PKTSCHEDT_TCQ) ? "" : " ",
1438 for (n = 0; n < IFCQ_SC_MAX && scheduler != PKTSCHEDT_NONE; n++) {
1450 switch (scheduler) {
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A Dnpapi.mm176 PluginMainThreadScheduler::scheduler().scheduleCall(instance, func, userData);
H A DWebNetscapePluginView.mm2373 PluginMainThreadScheduler::scheduler().registerPlugin(plugin);
2389 PluginMainThreadScheduler::scheduler().unregisterPlugin(plugin);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.h151 /* Periodic scheduler activity */
319 /* Returns the "urgency" of a thread (provided by scheduler) */
445 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
453 void (*processor_init)(processor_t processor); /* Per-processor scheduler init */
454 void (*pset_init)(processor_set_t pset); /* Per-processor set scheduler init */
626 * It is an error to invoke any scheduler-related code
H A Dsched_prim.c482 * scheduler description string, as currently implemented.
510 /* Check for runtime selection of the scheduler algorithm */
561 panic("Unrecognized scheduler algorithm: %s", sched_arg);
585 #error No default scheduler implementation
660 /* scheduler tick interval */
765 kprintf("Overriding scheduler decay penalty %u\n", sched_decay_penalty);
769 kprintf("Overriding scheduler decay usage age factor %u\n", sched_decay_usage_age_factor);
4594 * Kicks off scheduler services.
4690 * must be invoked, based on a deadline comparison. Signals the scheduler
/macosx-10.9.5/cups-372.4/cups/test/
H A Drun-stp-tests.sh80 echo "0 - No testing, keep the scheduler running for me (all systems)"
322 ln -s $root/scheduler /tmp/cups-$user/bin/daemon
552 LD_LIBRARY_PATH="$root/cups:$root/filter:$root/cgi-bin:$root/scheduler:$root/ppdc"
554 LD_LIBRARY_PATH="$root/cups:$root/filter:$root/cgi-bin:$root/scheduler:$root/ppdc:$LD_LIBRARY_PATH"
559 LD_PRELOAD="$root/cups/libcups.so.2:$root/filter/libcupsimage.so.2:$root/cgi-bin/libcupscgi.so.1:$root/scheduler/libcupsmime.so.1:$root/ppdc/libcupsppdc.so.1"
566 DYLD_LIBRARY_PATH="$root/cups:$root/filter:$root/cgi-bin:$root/scheduler:$root/ppdc"
568 DYLD_LIBRARY_PATH="$root/cups:$root/filter:$root/cgi-bin:$root/scheduler:$root/ppdc:$DYLD_LIBRARY_PATH"
574 SHLIB_PATH="$root/cups:$root/filter:$root/cgi-bin:$root/scheduler:$root/ppdc"
576 SHLIB_PATH="$root/cups:$root/filter:$root/cgi-bin:$root/scheduler:$root/ppdc:$SHLIB_PATH"
609 echo "Starting scheduler
[all...]
/macosx-10.9.5/postfix-252/Postfix.Config/
H A Dpostfix-files229 $sample_directory/sample-scheduler.cf:f:root:-:644:o
/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpostfix-files238 $sample_directory/sample-scheduler.cf:f:root:-:644:o
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpfvar.h1645 u_int32_t flags; /* scheduler flags */
1682 /* scheduler spec */
1683 u_int32_t scheduler; /* scheduler type */ member in struct:pf_altq
1930 u_int8_t scheduler; member in struct:pfioc_qstats
H A Dpf_ioctl.c2160 pq->scheduler = altq->scheduler;

Completed in 490 milliseconds