Schedules the calling process at 'd' time units from the current clock time
In the mean time, the process remains active in the event list waiting
for the time to become the currently running process.
This method overides the start method in the Java Thread class
It inserts the Process into the out queue and then starts the thread running
It must be called to have the Process actually start running