This class must be implemented by the VM to support the Threading subsystem.
Retrieves an instance of the Threads service.
Park the Thread.currentThread current thread for the specified number of nanoseconds.
Park the Thread.currentThread current thread until the specified time, as defined by System.currentTimeMillis .
Unparks the Thread that's passed.