Uses of Enum
org.jruby.RubyThread.Status
Packages that use RubyThread.Status
-
Uses of RubyThread.Status in org.jruby
Fields in org.jruby declared as RubyThread.StatusModifier and TypeFieldDescriptionprivate RubyThread.StatusRubyThread.statusCurrent status in an atomic referenceFields in org.jruby with type parameters of type RubyThread.StatusModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<RubyThread,RubyThread.Status> RubyThread.STATUSprivate final EnumMap<RubyThread.Status,RubyString> Ruby.threadStatusesMethods in org.jruby that return RubyThread.StatusModifier and TypeMethodDescriptionprivate RubyThread.StatusRubyThread.getStatus()private RubyThread.StatusRubyThread.nativeStatus()static RubyThread.StatusReturns the enum constant of this type with the specified name.static RubyThread.Status[]RubyThread.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby with parameters of type RubyThread.StatusModifier and TypeMethodDescription<Data,Return>
ReturnRubyThread.executeTask(ThreadContext context, Data data, RubyThread.Status status, RubyThread.Task<Data, Return> task) private <Data,Return>
ReturnRubyThread.executeTask(ThreadContext context, Data data, RubyThread.Status status, RubyThread.Task<Data, Return> task, boolean blocking) <Data,Return>
ReturnRubyThread.executeTaskBlocking(ThreadContext context, Data data, RubyThread.Status status, RubyThread.Task<Data, Return> task) Ruby.getThreadStatus(RubyThread.Status status)