INNER CODE UNIT · Java

REALLY_DEBUG_SCHEDULING

RuedigerMoeller/kontraktor · attic/ElasticScheduler.java:28

    public static boolean REALLY_DEBUG_SCHEDULING = false; // logs any move and remove

    public static int RECURSE_ON_BLOCK_THRESHOLD = 2;

    int maxThread = Runtime.getRuntime().availableProcessors();
    protected BackOffStrategy backOffStrategy = new BackOffStrategy();
    final DispatcherThread threads[];

    int defQSize = DEFQSIZE;

    private AtomicInteger isolateCount = new AtomicInteger(0);

    public ElasticScheduler(int maxThreads) {
        this(maxThreads, DEFQSIZE);
    }

    public ElasticScheduler(int maxThreads, int defQSize) {
        this.maxThread = maxThreads;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…