|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ThreadClass | |
| org.jruby | |
| org.jruby.internal.runtime | |
| org.jruby.runtime | |
| Uses of ThreadClass in org.jruby |
| Methods in org.jruby that return ThreadClass | |
static ThreadClass |
ThreadClass.start(IRubyObject recv,
IRubyObject[] args)
Basically the same as Thread.new . |
static ThreadClass |
ThreadClass.current(IRubyObject recv)
|
ThreadClass |
ThreadClass.join()
|
static ThreadClass |
ThreadClass.mainThread(IRubyObject receiver)
|
| Uses of ThreadClass in org.jruby.internal.runtime |
| Methods in org.jruby.internal.runtime that return ThreadClass | |
ThreadClass |
ThreadService.getMainThread()
|
| Methods in org.jruby.internal.runtime with parameters of type ThreadClass | |
void |
ThreadService.setMainThread(ThreadClass thread)
|
void |
ThreadService.registerNewThread(ThreadClass thread)
|
| Uses of ThreadClass in org.jruby.runtime |
| Methods in org.jruby.runtime that return ThreadClass | |
ThreadClass |
ThreadContext.getThread()
|
| Methods in org.jruby.runtime with parameters of type ThreadClass | |
void |
ThreadContext.setThread(ThreadClass thread)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||