Threads Class Reference
List of all members.
Detailed Description
This class must be implemented by the
VM to support the Threading subsystem.
Constructor & Destructor Documentation
Member Function Documentation
| static Threads getInstance |
( |
|
) |
[static] |
Retrieves an instance of the Threads service.
- Returns:
- An instance of Threads.
| void unpark |
( |
Thread |
thread |
) |
|
Unparks the Thread that's passed.
- Parameters:
-
| void parkFor |
( |
long |
nanoseconds |
) |
|
Park the current thread for the specified number of nanoseconds.
- Parameters:
-
| nanoseconds | The number of nanoseconds to park the current thread. |
| void parkUntil |
( |
long |
time |
) |
|
Member Data Documentation