代码搜索:scheduler
找到约 3,218 项符合「scheduler」的源代码
代码结果 3,218
www.eeworm.com/read/467516/1500169
as scheduler.as
package flare.animate
{
import flash.display.Shape;
import flash.events.Event;
import flash.events.TimerEvent;
import flash.utils.Timer;
/**
* Scheduler that oversees animation and ti
www.eeworm.com/read/191835/8420446
c scheduler.c
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
www.eeworm.com/read/191835/8420460
h scheduler.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
www.eeworm.com/read/190428/8443772
c scheduler.c
/*
* Layer Two Tunnelling Protocol Daemon
* Copyright (C) 1998 Adtran, Inc.
* Copyright (C) 2002 Jeff McAdams
*
* Mark Spencer
*
* This software is distributed under the terms
* of the GPL, wh
www.eeworm.com/read/190428/8443814
h scheduler.h
/*
* Layer Two Tunnelling Protocol Daemon
* Copyright (C) 1998 Adtran, Inc.
* Copyright (C) 2002 Jeff McAdams
*
* Mark Spencer
*
* This software is distributed under the terms
* of the GPL, wh
www.eeworm.com/read/287180/8711907
class scheduler.class
www.eeworm.com/read/287180/8711917
java scheduler.java
package Utilities;
public class Scheduler extends MyObject implements Runnable {
private int timeSlice = 0; // milliseconds
private boolean randomSlice = false;
private boolean debug = fals
www.eeworm.com/read/386578/8737888
java scheduler.java
import java.util.Vector ;
abstract public class Scheduler extends Thread {
protected Vector processList ;
public Scheduler() {
processList = new Vector() ;
}
public void addProcess(Si
www.eeworm.com/read/385844/8786196
h scheduler.h
// scheduler.h
// Data structures for the thread dispatcher and scheduler.
// Primarily, the list of threads that are ready to run.
//
// Copyright (c) 1992-1993 The Regents of the University of Cali
www.eeworm.com/read/385844/8786222
cc scheduler.cc
// scheduler.cc
// Routines to choose the next thread to run, and to dispatch to
// that thread.
//
// These routines assume that interrupts are already disabled.
// If interrupts are disabled, we c