[][src]Module mmtk::scheduler

A general scheduler implementation. MMTk uses it to schedule GC-related works.

Modules

gc_works
stat

Structs

Scheduler
Worker
WorkerGroup

Enums

CoordinatorMessage

Traits

Context

The global context for the whole scheduling system. This context is globally accessable for all work-packets, workers and the scheduler.

CoordinatorWork

A special kind of work that will execute on the coorddinator (i.e. controller) thread

GCWork
Work
WorkerLocal

Thread-local data for each worker thread.

Type Definitions

GCWorker
MMTkScheduler