Home
last modified time | relevance | path

Searched refs:OS_TIMEOUT (Results 1 – 25 of 56) sorted by relevance

123

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1337 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1360 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dos.hpp68 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1328 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1351 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dos.hpp69 OS_TIMEOUT = -3, // Operation timed out enumerator
H A Dmutex.cpp769 if (err == OS_TIMEOUT) break; in IWait()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1349 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1372 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dos.hpp66 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1479 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1502 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dos.hpp66 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1638 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1661 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dos.hpp65 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1594 JvmtiExport::post_monitor_waited(current, this, ret == OS_TIMEOUT); in wait()
1617 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dos.hpp65 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1564 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1587 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dmutex.cpp775 if (err == OS_TIMEOUT) break; in IWait()
H A Dos.hpp69 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DobjectMonitor.cpp1564 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1587 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
H A Dmutex.cpp775 if (err == OS_TIMEOUT) break; in IWait()
H A Dos.hpp69 OS_TIMEOUT = -3, // Operation timed out enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dos_posix.cpp1517 int ret = OS_TIMEOUT;
1842 int ret = OS_TIMEOUT;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dos_posix.cpp1557 int ret = OS_TIMEOUT; in park()
1882 int ret = OS_TIMEOUT; in wait()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dmutex.cpp793 if (err == OS_TIMEOUT || (NativeMonitorFlags & 1)) break ; in IWait()
H A DobjectMonitor.cpp1621 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1644 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dmutex.cpp793 if (err == OS_TIMEOUT || (NativeMonitorFlags & 1)) break ; in IWait()
H A DobjectMonitor.cpp1621 JvmtiExport::post_monitor_waited(jt, this, ret == OS_TIMEOUT); in wait()
1644 post_monitor_wait_event(&event, this, node._notifier_tid, millis, ret == OS_TIMEOUT); in wait()

123