Uses of Class
org.jruby.RubyThread

Packages that use RubyThread
org.jruby   
org.jruby.internal.runtime   
org.jruby.runtime   
 

Uses of RubyThread in org.jruby
 

Fields in org.jruby with type parameters of type RubyThread
protected  java.util.List<RubyThread> RubyIO.blockingThreads
           
 

Methods in org.jruby that return RubyThread
static RubyThread RubyThread.adopt(IRubyObject recv, java.lang.Thread t)
           
static RubyThread RubyThread.current(IRubyObject recv)
           
static RubyThread RubyThread.main(IRubyObject recv)
           
static RubyThread RubyThread.mainThread(IRubyObject receiver)
           
static RubyThread RubyThread.start(IRubyObject recv, IRubyObject[] args, Block block)
          Basically the same as Thread.new .
 RubyThread RubyThread.wakeup()
           
 

Methods in org.jruby with parameters of type RubyThread
 void RubyIO.addBlockingThread(RubyThread thread)
          Add a thread to the list of blocking threads for this IO.
 void RubyThreadGroup.remove(RubyThread rubyThread)
           
 void RubyIO.removeBlockingThread(RubyThread thread)
          Remove a thread from the list of blocking threads for this IO.
 

Uses of RubyThread in org.jruby.internal.runtime
 

Fields in org.jruby.internal.runtime declared as RubyThread
 RubyThread FutureThread.rubyThread
           
 RubyThread NativeThread.rubyThread
           
 

Methods in org.jruby.internal.runtime that return RubyThread
 RubyThread[] ThreadService.getActiveRubyThreads()
           
 RubyThread ThreadService.getMainThread()
           
 RubyThread RubyNativeThread.getRubyThread()
          Deprecated.  
 RubyThread RubyRunnable.getRubyThread()
           
 

Methods in org.jruby.internal.runtime with parameters of type RubyThread
 void ThreadService.associateThread(java.lang.Thread javaThread, RubyThread rubyThread)
           
 ThreadContext ThreadService.registerNewThread(RubyThread thread)
           
 void ThreadService.setMainThread(java.lang.Thread thread, RubyThread rubyThread)
           
 void ThreadService.unregisterThread(RubyThread thread)
           
 

Constructors in org.jruby.internal.runtime with parameters of type RubyThread
FutureThread(RubyThread rubyThread, RubyRunnable runnable)
           
NativeThread(RubyThread rubyThread, IRubyObject[] args, Block block)
           
NativeThread(RubyThread rubyThread, java.lang.Thread nativeThread)
           
RubyNativeThread(RubyThread rubyThread, IRubyObject[] args, Block currentBlock, boolean setContextCC)
          Deprecated.  
RubyRunnable(RubyThread rubyThread, IRubyObject[] args, Block currentBlock)
           
 

Uses of RubyThread in org.jruby.runtime
 

Methods in org.jruby.runtime that return RubyThread
 RubyThread ThreadContext.getThread()
           
 

Methods in org.jruby.runtime with parameters of type RubyThread
 void ThreadContext.setThread(RubyThread thread)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.