Java api java lang thread

Uses of Class
java.lang.Thread

Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.

Uses of Thread in java.lang

Copies into the specified array every active thread in the current thread’s thread group and its subgroups.

Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.

Uses of Thread in java.util.concurrent

Uses of Thread in java.util.concurrent.locks

Returns a collection containing threads that may be waiting to acquire either the read or write lock.

Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.

Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.

Returns a collection containing those threads that may be waiting on the given condition associated with this lock.

Returns a collection containing those threads that may be waiting on the given condition associated with the write lock.

Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.

Uses of Thread in javax.swing.text

Uses of Thread in jdk.incubator.foreign

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.

Читайте также:  Программирование python в eclipse

Источник

Java api java lang thread

Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.

Uses of Thread in java.lang

Copies into the specified array every active thread in the current thread’s thread group and its subgroups.

Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.

Uses of Thread in java.util.concurrent

Uses of Thread in java.util.concurrent.locks

Methods in java.util.concurrent.locks that return Thread
Modifier and Type Method and Description
protected Thread AbstractOwnableSynchronizer. getExclusiveOwnerThread ()

Returns a collection containing threads that may be waiting to acquire either the read or write lock.

Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.

Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.

Returns a collection containing those threads that may be waiting on the given condition associated with the write lock.

Returns a collection containing those threads that may be waiting on the given condition associated with this lock.

Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.

Uses of Thread in javax.swing.text

Источник

Оцените статью