Home
last modified time | relevance | path

Searched refs:monitorCount (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Ddisplay.c22 static BOOL display_write_monitor_layout_pdu(wStream* s, UINT32 monitorCount, in display_write_monitor_layout_pdu() argument
28 if (!Stream_EnsureRemainingCapacity(s, 4 + (monitorCount * 20))) in display_write_monitor_layout_pdu()
31 Stream_Write_UINT32(s, monitorCount); /* monitorCount (4 bytes) */ in display_write_monitor_layout_pdu()
33 for (index = 0, monitor = monitorDefArray; index < monitorCount; index++, monitor++) in display_write_monitor_layout_pdu()
45 BOOL display_convert_rdp_monitor_to_monitor_def(UINT32 monitorCount, in display_convert_rdp_monitor_to_monitor_def() argument
55 for (index = 0, monitor = monitorDefArray; index < monitorCount; index++, monitor++) in display_convert_rdp_monitor_to_monitor_def()
68 BOOL freerdp_display_send_monitor_layout(rdpContext* context, UINT32 monitorCount, in freerdp_display_send_monitor_layout() argument
77 if (!display_write_monitor_layout_pdu(st, monitorCount, monitorDefArray)) in freerdp_display_send_monitor_layout()
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dmonitor.c103 int i, j, monitorCount = _glfw.monitorCount; in _glfwInputMonitorChange() local
110 for (i = 0; i < _glfw.monitorCount; i++) in _glfwInputMonitorChange()
112 for (j = 0; j < monitorCount; j++) in _glfwInputMonitorChange()
125 for (i = 0; i < monitorCount; i++) in _glfwInputMonitorChange()
129 for (j = 0; j < _glfw.monitorCount; j++) in _glfwInputMonitorChange()
135 if (j < _glfw.monitorCount) in _glfwInputMonitorChange()
152 for (i = 0; i < _glfw.monitorCount; i++) in _glfwInputMonitorChange()
154 for (j = 0; j < monitorCount; j++) in _glfwInputMonitorChange()
163 if (j < monitorCount) in _glfwInputMonitorChange()
170 _glfwDestroyMonitors(monitors, monitorCount); in _glfwInputMonitorChange()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dmonitor.c91 int i, j, monitorCount = _glfw.monitorCount; in _glfwInputMonitorChange() local
98 for (i = 0; i < _glfw.monitorCount; i++) in _glfwInputMonitorChange()
100 for (j = 0; j < monitorCount; j++) in _glfwInputMonitorChange()
113 for (i = 0; i < monitorCount; i++) in _glfwInputMonitorChange()
123 if (j < _glfw.monitorCount) in _glfwInputMonitorChange()
140 for (i = 0; i < _glfw.monitorCount; i++) in _glfwInputMonitorChange()
142 for (j = 0; j < monitorCount; j++) in _glfwInputMonitorChange()
151 if (j < monitorCount) in _glfwInputMonitorChange()
158 _glfwFreeMonitors(monitors, monitorCount); in _glfwInputMonitorChange()
301 *count = _glfw.monitorCount; in glfwGetMonitors()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java232 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
279 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
282 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
284 for (int i = 0; i < monitorCount; i++) { in runTest()
287 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java232 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
279 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
282 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
284 for (int i = 0; i < monitorCount; i++) { in runTest()
287 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java232 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
279 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
282 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
284 for (int i = 0; i < monitorCount; i++) { in runTest()
287 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java233 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
236 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
238 for (int i = 0; i < monitorCount; i++) { in runTest()
241 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java232 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
279 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
282 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
284 for (int i = 0; i < monitorCount; i++) { in runTest()
287 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java232 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
279 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
282 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
284 for (int i = 0; i < monitorCount; i++) { in runTest()
287 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorInfo/
H A DGetOwnedMonitorInfoWithEATest.java233 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
236 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
238 for (int i = 0; i < monitorCount; i++) { in runTest()
241 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorInfo(t1, ownedMonitors); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java233 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
234 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
236 for (int i = 0; i < monitorCount; i++) { in runTest()
239 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java233 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
234 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
236 for (int i = 0; i < monitorCount; i++) { in runTest()
239 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java233 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
234 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
236 for (int i = 0; i < monitorCount; i++) { in runTest()
239 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java234 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
281 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
284 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
286 for (int i = 0; i < monitorCount; i++) { in runTest()
289 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java233 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
234 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
236 for (int i = 0; i < monitorCount; i++) { in runTest()
239 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java233 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
234 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
236 for (int i = 0; i < monitorCount; i++) { in runTest()
239 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
280 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
283 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
285 for (int i = 0; i < monitorCount; i++) { in runTest()
288 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/GetOwnedMonitorStackDepthInfo/
H A DGetOwnedMonitorStackDepthInfoWithEATest.java234 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
235 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
237 for (int i = 0; i < monitorCount; i++) { in runTest()
240 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
281 int monitorCount = getOwnedMonitorStackDepthInfo(t1, ownedMonitors, depths); in runTest() local
284 … Asserts.assertGreaterThanOrEqual(monitorCount, 0, "getOwnedMonitorsFor() call failed"); in runTest()
286 for (int i = 0; i < monitorCount; i++) { in runTest()
289 …Asserts.assertEQ(monitorCount, expectedMonitorCount, "unexpected monitor count returned by getOwne… in runTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.cpp44 static jint monitorCount = 0; variable
87 temp = monitorCount; in increment_thread()
89 monitorCount = temp + 1; in increment_thread()
144 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
168 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
171 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
174 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.cpp44 static jint monitorCount = 0; variable
87 temp = monitorCount; in increment_thread()
89 monitorCount = temp + 1; in increment_thread()
144 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
168 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
171 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
174 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.cpp44 static jint monitorCount = 0; variable
87 temp = monitorCount; in increment_thread()
89 monitorCount = temp + 1; in increment_thread()
144 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
168 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
171 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
174 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.cpp44 static jint monitorCount = 0; variable
87 temp = monitorCount; in increment_thread()
89 monitorCount = temp + 1; in increment_thread()
144 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
168 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
171 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
174 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.cpp44 static jint monitorCount = 0; variable
87 temp = monitorCount; in increment_thread()
89 monitorCount = temp + 1; in increment_thread()
144 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
168 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
171 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
174 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.cpp44 static jint monitorCount = 0; variable
87 temp = monitorCount; in increment_thread()
89 monitorCount = temp + 1; in increment_thread()
144 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
168 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
171 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
174 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.c57 static jint monitorCount = 0; variable
101 temp = monitorCount; in increment_thread()
103 monitorCount = temp + 1; in increment_thread()
159 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
183 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
186 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
189 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/
H A Drawmonenter004.c57 static jint monitorCount = 0; variable
101 temp = monitorCount; in increment_thread()
103 monitorCount = temp + 1; in increment_thread()
159 monitorCount != INCREMENT_LIMIT * threads_limit; i++) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
183 if (monitorCount != INCREMENT_LIMIT * threads_limit) { in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
186 printf(", actual: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()
189 printf(">>> final monitorCount: %d\n", monitorCount); in Java_nsk_jvmti_RawMonitorEnter_rawmonenter004_check()

12345678910