public interface ThreadCreate
Modifier and Type | Method and Description |
---|---|
Thread |
create(String name,
int priority,
RunnableReady runnableReady)
Create a new thread.
|
Thread[] |
getThreads()
Get an array of all the active threads.
|
Thread create(String name, int priority, RunnableReady runnableReady)
name
- The thread name.priority
- The thread priority.runnableReady
- An implementation of RunnableReady.Thread[] getThreads()
Copyright © 2014. All Rights Reserved.