HomeSort by relevance Sort by last modified time
    Searched full:monitorinfo (Results 1 - 18 of 18) sorted by null

  /art/runtime/
monitor.h 304 friend class MonitorInfo;
345 class MonitorInfo {
347 MonitorInfo() = default;
348 MonitorInfo(const MonitorInfo&) = default;
349 MonitorInfo& operator=(const MonitorInfo&) = default;
350 explicit MonitorInfo(mirror::Object* o) REQUIRES(Locks::mutator_lock_);
monitor.cc     [all...]
debugger.cc 801 MonitorInfo monitor_info;
805 monitor_info = MonitorInfo(o);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorTest.java 53 * performs the ObjectReference.MonitorInfo command for this monitor object
90 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command");
105 assertEquals("ObjectReference::MonitorInfo returned wrong owner ID,",
108 assertString("ObjectReference::MonitorInfo returned invalid waiter name,",
OwnedMonitorsStackDepthInfoTest.java 58 * equal to expected depth. This test will perform MonitorInfo to guarrantee that returend
117 * Test the returned monitor object does belong to the test thread by MonitorInfo Command
119 // Compose the MonitorInfo Command
127 checkReplyPacket(monitorInfoReply, "ObjectReference::MonitorInfo command");
OwnedMonitorsTest.java 55 * ObjectReference.MonitorInfo command.
98 checkReplyPacket(replyObj, "ObjectReference::MonitorInfo command");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 32 } MONITORINFO,*LPMONITORINFO;
51 MONITORINFO;
56 MONITORINFO;
224 (lpMonitorInfo->cbSize >= sizeof(MONITORINFO)) &&
winuser.h     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
MonitorInfoTest.java 38 * JDWP Unit test for ObjectReference.MonitorInfo command.
42 static final String thisCommandName = "ObjectReference.MonitorInfo command";
50 * This test exercises ObjectReference.MonitorInfo command.
53 * Then for this objectID test executes ObjectReference.MonitorInfo command for
57 * and again executes ObjectReference.MonitorInfo for checked object.
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyThreadReference.java 89 public List<MonitorInfo> ownedMonitorsAndFrames() throws IncompatibleThreadStateException {
  /external/webrtc/webrtc/base/
win32windowpicker.cc 83 MONITORINFO monitor_info = {0};
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
jdi.jar 
  /external/opencv3/modules/highgui/src/
window_w32.cpp 472 MONITORINFO mi;
    [all...]
  /art/runtime/arch/
stub_test.cc 655 // NO_THREAD_SAFETY_ANALYSIS as we do not want to grab exclusive mutator lock for MonitorInfo.
760 // Abuse MonitorInfo.
762 MonitorInfo info(objects[index].Get());
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 

Completed in 2353 milliseconds