Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Scheduler.jq_RegisterState

Uses of jq_RegisterState in Scheduler
 

Fields in Scheduler declared as jq_RegisterState
private  jq_RegisterState jq_Thread.registers
           
 

Methods in Scheduler that return jq_RegisterState
 jq_RegisterState jq_Thread.getRegisterState()
           
 

Methods in Scheduler with parameters of type jq_RegisterState
 boolean jq_NativeThread.getContext(jq_RegisterState r)
          Gets context of this native thread and puts it in r.
 boolean jq_NativeThread.setContext(jq_RegisterState r)
          Sets context of this native thread to r.
 void jq_NativeThread.dump(jq_RegisterState regs)