Code Example: Scheduler continued
// a request and its corresponding thread are
// only in waitingRequests and waitingThreads
// while its call to the enter method is waiting
private ArrayList waitingRequests=
new ArrayList(); private ArrayList waitingThreads =