Searched defs:MONITOR (Results 1 – 3 of 3) sorted by relevance
24 const MONITOR = feature_bit(3); /* 0x00000008 MONITOR/MWAIT Instructions */ constant
57 bool MONITOR(void) { return CPU_Rep.f_1_ECX_[3]; } in MONITOR() function in InstructionSet
46 public static final byte MONITOR = 3; field in JDWPConstants.ThreadStatus