|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jq_RegisterState | |
---|---|
joeq.Runtime | |
joeq.Scheduler |
Uses of jq_RegisterState in joeq.Runtime |
---|
Methods in joeq.Runtime with parameters of type jq_RegisterState | |
---|---|
static boolean |
SystemInterface.get_thread_context(int pid,
jq_RegisterState context)
|
static void |
SystemInterface.set_current_context(jq_Thread thread,
jq_RegisterState context)
|
static boolean |
SystemInterface.set_thread_context(int pid,
jq_RegisterState context)
|
Uses of jq_RegisterState in joeq.Scheduler |
---|
Subclasses of jq_RegisterState in joeq.Scheduler | |
---|---|
class |
jq_x86RegisterState
|
Methods in joeq.Scheduler that return jq_RegisterState | |
---|---|
static jq_RegisterState |
jq_RegisterState.create()
|
abstract jq_RegisterState |
jq_RegisterState.Factory.create()
|
jq_RegisterState |
jq_Thread.getRegisterState()
|
Methods in joeq.Scheduler with parameters of type jq_RegisterState | |
---|---|
void |
jq_NativeThread.dump(jq_RegisterState regs)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |